CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondFormats/DataRecord/interface/L1GtTriggerMenuRcd.h

Go to the documentation of this file.
00001 #ifndef DataRecord_L1GtTriggerMenuRcd_h
00002 #define DataRecord_L1GtTriggerMenuRcd_h
00003 
00020 // system include files
00021 #include "boost/mpl/vector.hpp"
00022 
00023 // user include files
00024 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00025 #include "CondFormats/DataRecord/interface/L1GtStableParametersRcd.h"
00026 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
00027 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
00028 
00029 // forward declarations
00030 
00031 // class declaration - record depends on L1GtStableParametersRcd
00032 class L1GtTriggerMenuRcd : public edm::eventsetup::DependentRecordImplementation<
00033             L1GtTriggerMenuRcd, boost::mpl::vector<L1GtStableParametersRcd,L1TriggerKeyListRcd,L1TriggerKeyRcd> >
00034 {
00035 
00036     // empty
00037 
00038 };
00039 
00040 #endif