Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AtmosData.h

Go to the documentation of this file.
00001 #ifndef ATMOSDATA_H
00002 #define ATMOSDATA_H
00003 
00004 #include "Rtypes.h"
00005 
00006 class AtmosData
00007 {
00008  public:
00009   AtmosData();
00010   virtual ~AtmosData();
00011   void Reset();
00012   
00013   Int_t TriggerSource;     // trigger word
00014   Int_t TriggerTime;       // trigger time within timeframe
00015   Int_t ErrorCode;         // error code from RawDigitDataBlock
00016   Int_t CrateMask;         // number of crates enabled
00017   Int_t PreTriggerDigits;  // number of pre-trigger digits (detector+shield)
00018   Int_t PostTriggerDigits; // number of post-trigger digits (detector+shield)
00019   Int_t SnarlMultiplicity; // number of post-trigger digits (detector only)
00020   Int_t SpillStatus;       // status of SpillServer 
00021   Int_t SpillType;         // type of spill (real,fake etc...)
00022   Int_t SpillTimeError;    // GPS error from SpillServer 
00023   Int_t LiTrigger;         // TMPT hit nearby
00024   Int_t LiTime;            // time of TMPT hit within timeframe
00025   Int_t LiSubtractedTime;  // (TMPT hit time) - (Trigger Time)
00026   Int_t LiRelativeTime;    // Abs(LiSubtractedTime)
00027   Int_t LiCalibPoint;      // current point in LI calibration
00028   Int_t LiCalibType;       // type of LI calibration (drift,gain)
00029   Int_t LiPulserBox;       // LI pulser box
00030   Int_t LiPulserLed;       // LI pulser LED
00031   Int_t LiPulseHeight;     // LI pulse height
00032   Int_t LiPulseWidth;      // LI pulse width
00033   Int_t ColdChips;         // number of cold chips (rate<50Hz) 
00034   Int_t HotChips;          // number of hot chips (rate>5kHz)
00035   Int_t BusyChips;         // number of busy chips (reading out at trigger)
00036   Int_t ReadoutErrors;     // number of readout errors from RawDigits
00037   Int_t DataQualityBitMap; // Assessment of the overall dataquality Bit Packed
00038                            // (0=good, odd=very bad; even=less bad)
00039 
00040  private:
00041 
00042   ClassDef(AtmosData,1)
00043 };
00044 
00045 #endif

Generated on Mon Feb 15 11:06:23 2010 for loon by  doxygen 1.3.9.1