// ------------------------------------------------------------------------- // ----- R3BDetectorList.header file ----- // ----- Created 11/02/09 by D.Bertini ----- // ------------------------------------------------------------------------- /** Unique identifier for all Panda detector systems **/ #ifndef R3BDETECTORLIST_H #define R3BDETECTORLIST_H 1 enum DetectorId {kREF,kDCH,kCAL,kLAND,kGFI,kMTOF,kTOF,kTRA,kCALIFA,kMFI,kPSP,kVETO,kSTaRTrack, kLUMON}; /** Unique identifier for all Panda Point and Hit types **/ enum fDetectorType {kUnknown,kDchPoint,kCalPoint,kLandPoint,kGfiPoint,kmTofPoint,kTofPoint,kTraPoint,kCalifaPoint,kMfiPoint,kPspPoint,kVetoPoint,kSTarTraPoint,kLuMonPoint}; enum SensorSide { kTOP, kBOTTOM }; #endif