File indexing completed on 2024-04-06 12:15:19
0001 #ifndef Geometry_Records_PHGCalParametersRcd_H
0002 #define Geometry_Records_PHGCalParametersRcd_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 "FWCore/Utilities/interface/mplVector.h"
0008
0009 class PHGCalParametersRcd
0010 : public edm::eventsetup::DependentRecordImplementation<PHGCalParametersRcd, edm::mpl::Vector<IdealGeometryRecord> > {
0011 };
0012
0013 #endif