File indexing completed on 2024-04-06 12:15:18
0001 #ifndef GEOMETRY_RECORDS_DD_VECTOR_REGISTRY_RCD_H
0002 #define GEOMETRY_RECORDS_DD_VECTOR_REGISTRY_RCD_H
0003
0004 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0005 #include "Geometry/Records/interface/IdealGeometryRecord.h"
0006 #include "FWCore/Utilities/interface/mplVector.h"
0007
0008 class DDVectorRegistryRcd
0009 : public edm::eventsetup::DependentRecordImplementation<DDVectorRegistryRcd, edm::mpl::Vector<IdealGeometryRecord>> {
0010 };
0011
0012 #endif