Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:57

0001 #ifndef MYHCALCLASSES_INCLUDED
0002 #define MYHCALCLASSES_INCLUDED
0003 
0004   enum MyHcalSubdetector { HcalEmpty=0,
0005                HcalBarrel=1,
0006                HcalEndcap=2,
0007                HcalOuter=3,
0008                HcalForward=4,
0009                HcalTriggerTower=5,
0010                HcalOther=7 };
0011   typedef struct {
0012     MyHcalSubdetector subdet;
0013     int               ieta;
0014     int               iphi;
0015     int               depth;
0016   }
0017     MyHcalDetId;
0018 
0019 
0020   typedef struct {
0021    
0022     int               fiber;
0023     int               fiberChan;
0024     int               crate;
0025   
0026     int Slot;
0027     char tb;
0028   } 
0029     MyElectronicsId;
0030 
0031 
0032 
0033 #endif // MYHCALCLASSES_INCLUDED