File indexing completed on 2023-03-17 13:03:51
0001 #ifndef RECORDS_ZDCGEOMETRYRECORD_H
0002 #define RECORDS_ZDCGEOMETRYRECORD_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/IdealGeometryRecord.h"
0016 #include "CondFormats/AlignmentRecord/interface/ZDCAlignmentRcd.h"
0017 #include "CondFormats/AlignmentRecord/interface/ZDCAlignmentErrorRcd.h"
0018 #include "CondFormats/AlignmentRecord/interface/ZDCAlignmentErrorExtendedRcd.h"
0019 #include "CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h"
0020 #include "Geometry/Records/interface/PZdcRcd.h"
0021 #include "FWCore/Utilities/interface/mplVector.h"
0022
0023 class ZDCGeometryRecord
0024 : public edm::eventsetup::DependentRecordImplementation<ZDCGeometryRecord,
0025 edm::mpl::Vector<IdealGeometryRecord,
0026 ZDCAlignmentRcd,
0027 ZDCAlignmentErrorRcd,
0028 ZDCAlignmentErrorExtendedRcd,
0029 GlobalPositionRcd,
0030 PZdcRcd> > {};
0031
0032 #endif