#include <AtmosStrip.h>
Public Member Functions | |
| AtmosStrip () | |
| ~AtmosStrip () | |
| void | Init () |
Public Attributes | |
| Int_t | Plane |
| Int_t | Strip |
| Int_t | View |
| Double_t | T |
| Double_t | L |
| Double_t | Z |
| Int_t | Xtalk |
| Int_t | Trk |
| Int_t | Shw |
| Int_t | Ndigits |
| Double_t | Tcal [2] |
| Double_t | Tcorr [2] |
| Double_t | Qadc [2] |
| Double_t | QPE [2] |
| Double_t | QPEcorr [2] |
| Double_t | GreenFibre [2] |
| Double_t | WlsPigtail [2] |
| Double_t | ClearFibre [2] |
| Double_t | HalfLength |
|
|
Definition at line 5 of file AtmosStrip.cxx. 00006 {
00007 this->Init();
00008 }
|
|
|
Definition at line 10 of file AtmosStrip.cxx. 00011 {
00012
00013 }
|
|
|
Definition at line 15 of file AtmosStrip.cxx. References ClearFibre, GreenFibre, HalfLength, L, Ndigits, Qadc, QPE, QPEcorr, Shw, Strip, T, Tcal, Tcorr, Trk, View, WlsPigtail, Xtalk, and Z. 00016 {
00017 Plane = -999;
00018 Strip = -999;
00019 View = -1;
00020 T = 0.0;
00021 L = 0.0;
00022 Z = 0.0;
00023 Xtalk = 0;
00024 Trk = 0;
00025 Shw = 0;
00026 Ndigits = 0;
00027 HalfLength = 0.0;
00028
00029 for(Int_t i=0;i<2;i++){
00030 Tcal[i]=0.0;
00031 Tcorr[i]=0.0;
00032 Qadc[i]=0.0;
00033 QPE[i]=0.0;
00034 QPEcorr[i]=0.0;
00035 GreenFibre[i]=0.0;
00036 WlsPigtail[i]=0.0;
00037 ClearFibre[i]=0.0;
00038 }
00039 }
|
|
|
Definition at line 31 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 29 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 32 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 17 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 22 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 13 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(). |
|
|
Definition at line 26 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 27 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 28 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 21 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 14 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 16 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 24 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 25 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 20 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 15 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 30 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 19 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
|
|
Definition at line 18 of file AtmosStrip.h. Referenced by NtpMaker::FillCandInfo(), and Init(). |
1.3.9.1