00001 #ifndef CondFormatsDataRecord_L1MuCSCTFConfigurationRcd_h 00002 00003 #define CondFormatsDataRecord_L1MuCSCTFConfigurationRcd_h 00004 00005 00006 #include "boost/mpl/vector.hpp" 00007 00008 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 00009 #include "FWCore/Framework/interface/DependentRecordImplementation.h" 00010 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h" 00011 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h" 00012 00013 00014 00015 //class L1MuCSCTFConfigurationRcd : public edm::eventsetup::EventSetupRecordImplementation<L1MuCSCTFConfigurationRcd> {}; 00016 class L1MuCSCTFConfigurationRcd : public edm::eventsetup::DependentRecordImplementation<L1MuCSCTFConfigurationRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {}; 00017 00018 00019 00020 #endif 00021