File indexing completed on 2024-04-06 12:15:18
0001 #ifndef Geometry_Record_HcalSimNumberingRecord_h
0002 #define Geometry_Record_HcalSimNumberingRecord_h
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021 #include <FWCore/Utilities/interface/mplVector.h>
0022 #include "Geometry/Records/interface/HcalParametersRcd.h"
0023 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0024
0025 class HcalSimNumberingRecord
0026 : public edm::eventsetup::DependentRecordImplementation<HcalSimNumberingRecord,
0027 edm::mpl::Vector<IdealGeometryRecord, HcalParametersRcd> > {
0028 };
0029
0030 #endif