#include <AtmosShieldPlank.h>
Public Member Functions | |
| AtmosShieldPlank () | |
| ~AtmosShieldPlank () | |
| void | Init () |
Public Attributes | |
| Int_t | Section |
| Int_t | SubSection |
| Int_t | Plane |
| Int_t | Nstrips |
| Int_t | Nerrors |
| Int_t | Ndigits |
| Double_t | X |
| Double_t | Y |
| Double_t | Z [2] |
| Double_t | Tcal [2] |
| Double_t | Tcorr [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, Qadc, QPE, Section, SubSection, Tcal, Tcorr, WlsPigtail, X, Y, and Z. 00016 {
00017 Section = 0;
00018 SubSection = 0;
00019 Plane = -999;
00020 Nstrips = -1;
00021 Nerrors = 0;
00022 Ndigits = 0;
00023 X = 0.0;
00024 Y = 0.0;
00025
00026 for(Int_t i=0;i<2;i++){
00027 Z[i] = 0.0;
00028 Tcal[i] = 0.0;
00029 Tcorr[i] = 0.0;
00030 Qadc[i] = 0.0;
00031 QPE[i] = 0.0;
00032 GreenFibre[i] = 0.0;
00033 WlsPigtail[i] = 0.0;
00034 ClearFibre[i] = 0.0;
00035 }
00036 }
|
|
|
Definition at line 29 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 27 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 18 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 17 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 16 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 15 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(). |
|
|
Definition at line 25 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 26 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 13 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 14 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 23 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 24 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 28 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 19 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 20 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 22 of file AtmosShieldPlank.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
1.3.9.1