#include <AtmosShieldPlank.h>
Public Member Functions | |
| AtmosShieldPlank () | |
| ~AtmosShieldPlank () | |
| void | Init () |
Public Attributes | |
| Int_t | Section |
| Int_t | SubSection |
| Int_t | Plane |
| Int_t | Plank |
| Int_t | Nstrips |
| Int_t | Nerrors |
| Int_t | Ndigits |
| Double_t | X |
| Double_t | Y |
| Double_t | Z [2] |
| Double_t | Traw [2] |
| Double_t | Tcal [2] |
| Double_t | Qadc [2] |
| Double_t | QPE [2] |
| Double_t | GreenFibre [2] |
| Double_t | WlsPigtail [2] |
| Double_t | ClearFibre [2] |
|
|
Definition at line 5 of file AtmosShieldPlank.cxx. 00006 {
00007 this->Init();
00008 }
|
|
|
Definition at line 10 of file AtmosShieldPlank.cxx. 00011 {
00012
00013 }
|
|
|
Definition at line 15 of file AtmosShieldPlank.cxx. References ClearFibre, GreenFibre, Ndigits, Nerrors, Nstrips, Plank, Qadc, QPE, Section, SubSection, Tcal, Traw, WlsPigtail, X, Y, and Z. 00016 {
00017 Section = 0;
00018 SubSection = 0;
00019 Plane = -999;
00020 Plank = -999;
00021 Nstrips = -1;
00022 Nerrors = 0;
00023 Ndigits = 0;
00024 X = 0.0;
00025 Y = 0.0;
00026
00027 for(Int_t i=0;i<2;i++){
00028 Z[i] = 0.0;
00029 Tcal[i] = 0.0;
00030 Traw[i] = 0.0;
00031 Qadc[i] = 0.0;
00032 QPE[i] = 0.0;
00033 GreenFibre[i] = 0.0;
00034 WlsPigtail[i] = 0.0;
00035 ClearFibre[i] = 0.0;
00036 }
00037 }
|
|
|
Definition at line 30 of file AtmosShieldPlank.h. Referenced by VetoTrack::Fill(), VetoShower::Fill(), NtpMaker::FillShieldInfo(), Init(), CamEvd::MakeShieldPlot(), and CamEvd::MakeXYHits(). |
|
|
Definition at line 28 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillShieldInfo(), and Init(). |
|
|
Definition at line 19 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillShieldInfo(), and Init(). |
|
|
Definition at line 18 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillShieldInfo(), and Init(). |
|
|
Definition at line 17 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillShieldInfo(), and Init(). |
|
|
Definition at line 15 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillShieldInfo(), PlankToShw::PlankToShw(), and PlankToTrk::PlankToTrk(). |
|
|
Definition at line 16 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillShieldInfo(), Init(), and CamEvd::MakeShieldPlot(). |
|
|
Definition at line 26 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillShieldInfo(), and Init(). |
|
|
Definition at line 27 of file AtmosShieldPlank.h. Referenced by VetoTrack::Fill(), VetoShower::Fill(), NtpMaker::FillShieldInfo(), Init(), CamEvd::MakeShieldPlot(), CamEvd::MakeXYHits(), PlankToShw::PlankToShw(), and PlankToTrk::PlankToTrk(). |
|
|
Definition at line 13 of file AtmosShieldPlank.h. Referenced by VetoTrack::Fill(), VetoShower::Fill(), NtpMaker::FillShieldInfo(), Init(), CamEvd::MakeShieldPlot(), PlankToShw::PlankToShw(), and PlankToTrk::PlankToTrk(). |
|
|
Definition at line 14 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillShieldInfo(), and Init(). |
|
|
Definition at line 25 of file AtmosShieldPlank.h. Referenced by VetoTrack::Fill(), VetoShower::Fill(), NtpMaker::FillShieldInfo(), Init(), CamEvd::MakeShieldPlot(), and CamEvd::MakeXYHits(). |
|
|
Definition at line 24 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillShieldInfo(), and Init(). |
|
|
Definition at line 29 of file AtmosShieldPlank.h. Referenced by VetoTrack::Fill(), VetoShower::Fill(), NtpMaker::FillShieldInfo(), Init(), CamEvd::MakeShieldPlot(), and CamEvd::MakeXYHits(). |
|
|
Definition at line 20 of file AtmosShieldPlank.h. Referenced by VetoTrack::Fill(), VetoShower::Fill(), NtpMaker::FillShieldInfo(), Init(), CamEvd::MakeShieldPlot(), and CamEvd::MakeXYHits(). |
|
|
Definition at line 21 of file AtmosShieldPlank.h. Referenced by VetoTrack::Fill(), VetoShower::Fill(), NtpMaker::FillShieldInfo(), Init(), CamEvd::MakeShieldPlot(), and CamEvd::MakeXYHits(). |
|
|
Definition at line 23 of file AtmosShieldPlank.h. Referenced by VetoTrack::Fill(), VetoShower::Fill(), NtpMaker::FillShieldInfo(), Init(), CamEvd::MakeShieldPlot(), and CamEvd::MakeXYHits(). |
1.3.9.1