CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 #ifndef CondFormats_L1RPCConeBuilderRcd_h
00002 #define CondFormats_L1RPCConeBuilderRcd_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     CondFormats
00006 // Class  :     L1RPCConeBuilderRcd
00007 // 
00016 //
00017 // Author:      
00018 // Created:     Fri Feb 22 12:15:57 CET 2008
00019 // $Id: L1RPCConeBuilderRcd.h,v 1.3 2009/03/18 23:12:01 wsun Exp $
00020 //
00021 
00022 // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00023 // class L1RPCConeBuilderRcd : public edm::eventsetup::EventSetupRecordImplementation<L1RPCConeBuilderRcd> {};
00024 
00025 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00026 #include "Geometry/Records/interface/MuonGeometryRecord.h"
00027 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
00028 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
00029 #include "CondFormats/DataRecord/interface/L1RPCConeDefinitionRcd.h"
00030 #include <boost/mpl/vector.hpp>
00031 class L1RPCConeBuilderRcd : public edm::eventsetup::DependentRecordImplementation<L1RPCConeBuilderRcd, boost::mpl::vector<MuonGeometryRecord,L1TriggerKeyListRcd,L1TriggerKeyRcd, L1RPCConeDefinitionRcd > > {};
00032 
00033 
00034 #endif