CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondFormats/DataRecord/interface/L1RPCConeDefinitionRcd.h

Go to the documentation of this file.
00001 #ifndef CondFormats_L1RPCConeDefinitionRcd_h
00002 #define CondFormats_L1RPCConeDefinitionRcd_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     CondFormats
00006 // Class  :     L1RPCConeDefinitionRcd
00007 // 
00008 
00009 
00010 // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00011 // class L1RPCConeBuilderRcd : public edm::eventsetup::EventSetupRecordImplementation<L1RPCConeBuilderRcd> {};
00012 
00013 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00014 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
00015 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
00016 #include <boost/mpl/vector.hpp>
00017 class L1RPCConeDefinitionRcd : public edm::eventsetup::DependentRecordImplementation<L1RPCConeDefinitionRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
00018 
00019 
00020 #endif