File indexing completed on 2024-04-06 12:02:03
0001 #ifndef DataRecords_L1TMuonEndCapForestO2ORcd_h
0002 #define DataRecords_L1TMuonEndCapForestO2ORcd_h
0003
0004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0005 #include "CondFormats/DataRecord/interface/L1TriggerKeyListExtRcd.h"
0006 #include "CondFormats/DataRecord/interface/L1TriggerKeyExtRcd.h"
0007 #include "CondFormats/DataRecord/interface/L1TMuonEndCapForestRcd.h"
0008
0009 class L1TMuonEndCapForestO2ORcd
0010 : public edm::eventsetup::DependentRecordImplementation<
0011 L1TMuonEndCapForestO2ORcd,
0012 edm::mpl::Vector<L1TriggerKeyListExtRcd, L1TriggerKeyExtRcd, L1TMuonEndCapForestRcd> > {};
0013
0014 #endif