Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:03

0001 // L1TGlobalPrescalesVetosRcd
0002 // Description: Record for L1TGlobalPrescalesVetos
0003 //
0004 // automatically generate by make_records.pl
0005 //
0006 #ifndef CondFormatsDataRecord_L1TGlobalPrescalesVetos_h
0007 #define CondFormatsDataRecord_L1TGlobalPrescalesVetos_h
0008 
0009 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0010 
0011 class L1TGlobalPrescalesVetosRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TGlobalPrescalesVetosRcd> {
0012 };
0013 
0014 // Dependent record implmentation:
0015 //#include "FWCore/Framework/interface/DependentRecordImplementation.h"
0016 //#include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
0017 //#include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
0018 //class L1TGlobalPrescalesVetosRcd : public edm::eventsetup::DependentRecordImplementation<L1TGlobalPrescalesVetosRcd, edm::mpl::Vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
0019 
0020 #endif