File indexing completed on 2024-04-06 12:31:35
0001 #ifndef TrackingTools_RecoGeometry_RecoGeometryRecord_h
0002 #define TrackingTools_RecoGeometry_RecoGeometryRecord_h
0003
0004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0005 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0006
0007 #include "RecoTracker/Record/interface/TrackerRecoGeometryRecord.h"
0008 #include "RecoMuon/Records/interface/MuonRecoGeometryRecord.h"
0009 #include "RecoMTD/Records/interface/MTDRecoGeometryRecord.h"
0010
0011
0012
0013 #include "FWCore/Utilities/interface/mplVector.h"
0014
0015 class RecoGeometryRecord : public edm::eventsetup::DependentRecordImplementation<
0016 RecoGeometryRecord,
0017 edm::mpl::Vector<TrackerRecoGeometryRecord, MuonRecoGeometryRecord, MTDRecoGeometryRecord
0018
0019
0020 > > {};
0021
0022 #endif