Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:03

0001 #ifndef CondFormats_L1RPCConeBuilderRcd_h
0002 #define CondFormats_L1RPCConeBuilderRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     CondFormats
0006 // Class  :     L1RPCConeBuilderRcd
0007 //
0008 /**\class L1RPCConeBuilderRcd L1RPCConeBuilderRcd.h src/CondFormats/interface/L1RPCConeBuilderRcd.h
0009 
0010  Description: <one line class summary>
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:
0018 // Created:     Fri Feb 22 12:15:57 CET 2008
0019 // $Id: L1RPCConeBuilderRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $
0020 //
0021 
0022 // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0023 // class L1RPCConeBuilderRcd : public edm::eventsetup::EventSetupRecordImplementation<L1RPCConeBuilderRcd> {};
0024 
0025 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0026 #include "Geometry/Records/interface/MuonGeometryRecord.h"
0027 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
0028 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
0029 #include "CondFormats/DataRecord/interface/L1RPCConeDefinitionRcd.h"
0030 #include <FWCore/Utilities/interface/mplVector.h>
0031 class L1RPCConeBuilderRcd
0032     : public edm::eventsetup::DependentRecordImplementation<
0033           L1RPCConeBuilderRcd,
0034           edm::mpl::Vector<MuonGeometryRecord, L1TriggerKeyListRcd, L1TriggerKeyRcd, L1RPCConeDefinitionRcd> > {};
0035 
0036 #endif