Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:17

0001 #ifndef DATAFORMATS_HCALDIGI_HCALCALIBRATIONEVENTTYPES_H
0002 #define DATAFORMATS_HCALDIGI_HCALCALIBRATIONEVENTTYPES_H 1
0003 
0004 enum HcalCalibrationEventType {
0005   hc_Null = 0,
0006   hc_Pedestal = 1,
0007   hc_RADDAM = 2,
0008   hc_HBHEHPD = 3,
0009   hc_HOHPD = 4,
0010   hc_HFPMT = 5,
0011   hc_ZDC = 6
0012 };
0013 
0014 #endif