00001 00002 // 00003 // $Id: StEpcConstants.h,v 1.4 2006/03/24 19:31:15 suaide Exp $ 00004 // 00005 // Author: Subhasis Chattopadhyay 00007 // 00008 // Description: constants for the Epc maker 00010 // 00011 00012 #ifndef StEpcConstants_h 00013 #define StEpcConstants_h 00014 #include "Rtypes.h" 00015 00016 class Epc 00017 { 00018 public: 00019 enum 00020 { 00021 nModule =120, 00022 nPhiBin=10, 00023 nMaxNoOfClinBin=15, 00024 nMaxNoOfTrinBin=15 00025 }; 00026 00027 ClassDef(Epc,1) // macro for rootCint 00028 }; 00029 #endif
1.5.9