Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:35

0001 #ifndef TrackingTools_Record_DetIdAssociatorRecord_h
0002 #define TrackingTools_Record_DetIdAssociatorRecord_h
0003 
0004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0005 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0006 
0007 #include "Geometry/Records/interface/CaloGeometryRecord.h"
0008 #include "Geometry/Records/interface/GlobalTrackingGeometryRecord.h"
0009 #include "CondFormats/DataRecord/interface/CSCBadChambersRcd.h"
0010 
0011 #include "FWCore/Utilities/interface/mplVector.h"
0012 
0013 class DetIdAssociatorRecord
0014     : public edm::eventsetup::DependentRecordImplementation<
0015           DetIdAssociatorRecord,
0016           edm::mpl::Vector<CaloGeometryRecord, GlobalTrackingGeometryRecord, CSCBadChambersRcd> > {};
0017 
0018 #endif