Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:18

0001 #ifndef GeometryRecord_HcalRecNumberingRecord_h
0002 #define GeometryRecord_HcalRecNumberingRecord_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     Record
0006 // Class  :     HcalRecNumberingRecord
0007 //
0008 /**\class HcalRecNumberingRecord HcalRecNumberingRecord.h Geometry/Record/interface/HcalRecNumberingRecord.h
0009 
0010  Description: <one line class summary>
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:
0018 // Created:     Thu Dec 24 16:41:02 PDT 2013
0019 //
0020 #include <FWCore/Utilities/interface/mplVector.h>
0021 #include "Geometry/Records/interface/HcalSimNumberingRecord.h"
0022 
0023 class HcalRecNumberingRecord : public edm::eventsetup::DependentRecordImplementation<
0024                                    HcalRecNumberingRecord,
0025                                    edm::mpl::Vector<IdealGeometryRecord, HcalParametersRcd, HcalSimNumberingRecord> > {
0026 };
0027 
0028 #endif