#ifndef __MRawCrate__ #define __MRawCrate__ #include #include "TObject.h" #include "Mdefine.h" class MRawCrate : public TObject { private: Byte_t DAQCrateNumber ; // Identification number of the crate UInt_t FADCEvtNumber ; // Number of events in this particular FADC UInt_t FADCClockTick ; // Tick of 20 MHz public: MRawCrate() ; ~MRawCrate() ; void Clear() ; ClassDef ( MRawCrate, 1 ) }; // end of class definition of MRawCrate #endif