/*! \file PMT constants \version $Id: PMTConstants.h 14717 2009-09-17 20:24:36Z lukas $ */ #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 }; } } #endif // Configure (x)emacs for this file ... // Local Variables: // mode: c++ // compile-command: "make -C .. SEvent/PMT.o -k" // End: