File indexing completed on 2024-12-12 23:19:14
0001 #ifndef RECORDS_MTDDIGIGEOMETRYRECORD_H
0002 #define RECORDS_MTDDIGIGEOMETRYRECORD_H
0003
0004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0005 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0006 #include "CondFormats/AlignmentRecord/interface/MTDAlignmentRcd.h"
0007 #include "CondFormats/AlignmentRecord/interface/MTDAlignmentErrorExtendedRcd.h"
0008 #include "CondFormats/AlignmentRecord/interface/MTDSurfaceDeformationRcd.h"
0009 #include "CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h"
0010 #include "Geometry/Records/interface/IdealGeometryRecord.h"
0011 #include "Geometry/Records/interface/PMTDParametersRcd.h"
0012 #include "FWCore/Utilities/interface/mplVector.h"
0013
0014 class MTDDigiGeometryRecord
0015 : public edm::eventsetup::DependentRecordImplementation<MTDDigiGeometryRecord,
0016 edm::mpl::Vector<IdealGeometryRecord,
0017 MTDAlignmentRcd,
0018 MTDAlignmentErrorExtendedRcd,
0019 MTDSurfaceDeformationRcd,
0020 GlobalPositionRcd,
0021 PMTDParametersRcd> > {};
0022
0023 #endif