Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef CondFormatsDataRecord_L1MuCSCTFConfigurationRcd_h
0002 
0003 #define CondFormatsDataRecord_L1MuCSCTFConfigurationRcd_h
0004 
0005 #include "FWCore/Utilities/interface/mplVector.h"
0006 
0007 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0008 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0009 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
0010 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
0011 
0012 //class L1MuCSCTFConfigurationRcd : public edm::eventsetup::EventSetupRecordImplementation<L1MuCSCTFConfigurationRcd> {};
0013 class L1MuCSCTFConfigurationRcd
0014     : public edm::eventsetup::DependentRecordImplementation<L1MuCSCTFConfigurationRcd,
0015                                                             edm::mpl::Vector<L1TriggerKeyListRcd, L1TriggerKeyRcd> > {};
0016 
0017 #endif