File indexing completed on 2024-04-06 12:15:18
0001 #ifndef GEOMETRY_RECORDS_MUON_GEOMETRY_RCD_H
0002 #define GEOMETRY_RECORDS_MUON_GEOMETRY_RCD_H
0003
0004 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0005 #include "Geometry/Records/interface/DDSpecParRegistryRcd.h"
0006 #include "Geometry/Records/interface/MuonNumberingRcd.h"
0007 #include "Geometry/Records/interface/DTRecoGeometryRcd.h"
0008 #include "CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h"
0009 #include "CondFormats/AlignmentRecord/interface/DTAlignmentRcd.h"
0010 #include "CondFormats/AlignmentRecord/interface/DTAlignmentErrorRcd.h"
0011 #include "CondFormats/AlignmentRecord/interface/DTAlignmentErrorExtendedRcd.h"
0012 #include "FWCore/Utilities/interface/mplVector.h"
0013
0014 class MuonGeometryRcd
0015 : public edm::eventsetup::DependentRecordImplementation<MuonGeometryRcd,
0016 edm::mpl::Vector<MuonNumberingRcd,
0017 DDSpecParRegistryRcd,
0018 GlobalPositionRcd,
0019 DTAlignmentRcd,
0020 DTAlignmentErrorRcd,
0021 DTAlignmentErrorExtendedRcd,
0022 DTRecoGeometryRcd>> {};
0023 #endif