Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:18

0001 #ifndef RECORDS_HGCALGEOMETRYRECORD_H
0002 #define RECORDS_HGCALGEOMETRYRECORD_H
0003 
0004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0005 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0006 #include "Geometry/Records/interface/IdealGeometryRecord.h"
0007 #include "Geometry/Records/interface/PHGCalRcd.h"
0008 #include "CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h"
0009 #include "FWCore/Utilities/interface/mplVector.h"
0010 
0011 class HGCalGeometryRecord : public edm::eventsetup::DependentRecordImplementation<
0012                                 HGCalGeometryRecord,
0013                                 edm::mpl::Vector<IdealGeometryRecord, GlobalPositionRcd, PHGCalRcd> > {};
0014 
0015 #endif /* RECORDS_HGCALGEOMETRYRECORD_H */