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