00001 #include "AtmosData.h" 00002 00003 ClassImp(AtmosData) 00004 00005 AtmosData::AtmosData() 00006 { 00007 this->Reset(); 00008 } 00009 00010 AtmosData::~AtmosData() 00011 { 00012 } 00013 00014 void AtmosData::Reset() 00015 { 00016 TriggerSource=-1; 00017 TriggerTime=-9999; 00018 ErrorCode=0; 00019 CrateMask=-1; 00020 PreTriggerDigits=0; 00021 PostTriggerDigits=0; 00022 SnarlMultiplicity=0; 00023 SpillStatus=-1; 00024 SpillType=-1; 00025 SpillTimeError=-999; 00026 LiTrigger=-1; 00027 LiTime=-9999; 00028 LiSubtractedTime=-9999; 00029 LiRelativeTime=-9999; 00030 LiCalibPoint=-1; 00031 LiCalibType=-1; 00032 LiPulserBox=-1; 00033 LiPulserLed=-1; 00034 LiPulseHeight=0; 00035 LiPulseWidth=0; 00036 ColdChips=0; 00037 HotChips=0; 00038 BusyChips=0; 00039 ReadoutErrors=0; 00040 DataQualityBitMap=-1; 00041 } 00042 00043 00044 00045 00046
1.3.9.1