Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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