StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEpcConstants.h
1 //
3 // $Id: StEpcConstants.h,v 1.4 2006/03/24 19:31:15 suaide Exp $
4 //
5 // Author: Subhasis Chattopadhyay
7 //
8 // Description: constants for the Epc maker
10 //
11 
12 #ifndef StEpcConstants_h
13 #define StEpcConstants_h
14 #include "Rtypes.h"
15 
16 class Epc
17 {
18 public:
19  enum
20  {
21  nModule =120,
22  nPhiBin=10,
23  nMaxNoOfClinBin=15,
24  nMaxNoOfTrinBin=15
25  };
26 
27  ClassDef(Epc,1) // macro for rootCint
28 };
29 #endif