Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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