#include <AtmosData.h>
Public Member Functions | |
| AtmosData () | |
| ~AtmosData () | |
| void | Reset () |
Public Attributes | |
| Int_t | DeadPlnChips |
| Int_t | HotPlnChips |
| Int_t | ColdPlnChips |
| Int_t | BusyPlnChips |
| Int_t | DeadShldChips |
| Int_t | BusyShldChips |
| Int_t | LiBox |
| Int_t | LiLed |
| Int_t | LiPulseHeight |
| Int_t | LiPulseWidth |
| Int_t | TpmtBox |
| Int_t | TpmtNanosec |
| Int_t | LiChannels |
| Int_t | HitPlnChannels |
| Int_t | HitShldChannels |
|
|
Definition at line 5 of file AtmosData.cxx. 00006 {
00007 this->Reset();
00008 }
|
|
|
Definition at line 10 of file AtmosData.cxx. 00011 {
00012
00013 }
|
|
|
Definition at line 15 of file AtmosData.cxx. References BusyPlnChips, BusyShldChips, ColdPlnChips, DeadPlnChips, DeadShldChips, HitPlnChannels, HitShldChannels, HotPlnChips, LiBox, LiChannels, LiLed, LiPulseHeight, LiPulseWidth, TpmtBox, and TpmtNanosec. Referenced by AtmosEvent::Reset(). 00016 {
00017 DeadPlnChips=0;
00018 HotPlnChips=0;
00019 ColdPlnChips=0;
00020 BusyPlnChips=0;
00021 DeadShldChips=0;
00022 BusyShldChips=0;
00023 LiBox=0;
00024 LiLed=0;
00025 LiPulseHeight=0;
00026 LiPulseWidth=0;
00027 TpmtBox=0;
00028 TpmtNanosec=0;
00029 LiChannels=0;
00030 HitPlnChannels=0;
00031 HitShldChannels=0;
00032 }
|
|
|
Definition at line 16 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 18 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 15 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 13 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 17 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 26 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 27 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 14 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 19 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 25 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 20 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 21 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 22 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 23 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 24 of file AtmosData.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
1.3.9.1