Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:41

0001 #include "CondCore/ESSources/interface/registration_macros.h"
0002 
0003 #include "CondFormats/HLTObjects/interface/AlCaRecoTriggerBits.h"
0004 #include "CondFormats/DataRecord/interface/AlCaRecoTriggerBitsRcd.h"
0005 
0006 #include "CondFormats/HLTObjects/interface/HLTPrescaleTableCond.h"
0007 #include "CondFormats/DataRecord/interface/HLTPrescaleTableRcd.h"
0008 
0009 REGISTER_PLUGIN(AlCaRecoTriggerBitsRcd, AlCaRecoTriggerBits);
0010 REGISTER_PLUGIN(HLTPrescaleTableRcd, trigger::HLTPrescaleTableCond);