CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/CondFormats/DataRecord/interface/L1RPCHsbConfigRcd.h

Go to the documentation of this file.
00001 #ifndef DataRecord_L1RPCHsbConfigRcd_h
00002 #define DataRecord_L1RPCHsbConfigRcd_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     DataRecord
00006 // Class  :     L1RPCHsbConfigRcd
00007 // 
00017 #include "boost/mpl/vector.hpp"
00018 
00019 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00020 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
00021 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
00022 
00023 class L1RPCHsbConfigRcd : public edm::eventsetup::DependentRecordImplementation<L1RPCHsbConfigRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
00024 
00025 #endif
00026