Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_HeavyIonEvent_HFFilterInfo_H
0002 #define DataFormats_HeavyIonEvent_HFFilterInfo_H
0003 
0004 namespace reco {
0005   struct HFFilterInfo {
0006     unsigned short int numMinHFTowers2;
0007     unsigned short int numMinHFTowers3;
0008     unsigned short int numMinHFTowers4;
0009     unsigned short int numMinHFTowers5;
0010   };
0011 }  // namespace reco
0012 
0013 #endif