File indexing completed on 2023-03-17 13:03:50
0001 #ifndef RECORDS_HCALGEOMETRYRECORD_H
0002 #define RECORDS_HCALGEOMETRYRECORD_H
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0014 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0015 #include "Geometry/Records/interface/HcalRecNumberingRecord.h"
0016 #include "CondFormats/AlignmentRecord/interface/HcalAlignmentRcd.h"
0017 #include "CondFormats/AlignmentRecord/interface/HcalAlignmentErrorRcd.h"
0018 #include "CondFormats/AlignmentRecord/interface/HcalAlignmentErrorExtendedRcd.h"
0019 #include "Geometry/Records/interface/PHcalRcd.h"
0020 #include "CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h"
0021 #include "FWCore/Utilities/interface/mplVector.h"
0022
0023 class HcalGeometryRecord
0024 : public edm::eventsetup::DependentRecordImplementation<HcalGeometryRecord,
0025 edm::mpl::Vector<IdealGeometryRecord,
0026 HcalParametersRcd,
0027 HcalSimNumberingRecord,
0028 HcalRecNumberingRecord,
0029 HcalAlignmentRcd,
0030 HcalAlignmentErrorRcd,
0031 HcalAlignmentErrorExtendedRcd,
0032 GlobalPositionRcd,
0033 PHcalRcd> > {};
0034
0035 #endif