/*! \file PMT constants \version $Id$ */ #ifndef _sevt_PMTConstants_h_ #define _sevt_PMTConstants_h_ namespace sevt { namespace PMTConstants { enum PMTGain { eNoGain = -1, eHighGain = 0, eLowGain = 1, eNumberOfGains = 2 }; enum CalibrationState { eNone = 0, eRough, eOnline, eHistograms, eExtra }; enum PMTType { eAnyType = -1, eWaterCherenkovLarge = 0, eWaterCherenkovSmall = 1, eScintillator = 2 }; } } #endif // Configure (x)emacs for this file ... // Local Variables: // mode: c++ // compile-command: "make -C .. SEvent/PMT.o -k" // End: