File indexing completed on 2024-04-06 12:15:31
0001 #ifndef Geometry_VeryForwardGeometryBuilder_DetGeomDescBuilder
0002 #define Geometry_VeryForwardGeometryBuilder_DetGeomDescBuilder
0003
0004 #include "Geometry/VeryForwardGeometryBuilder/interface/DetGeomDesc.h"
0005 #include "DetectorDescription/Core/interface/DDCompactView.h"
0006 #include "DetectorDescription/DDCMS/interface/DDCompactView.h"
0007
0008
0009
0010
0011 namespace detgeomdescbuilder {
0012 std::unique_ptr<DetGeomDesc> buildDetGeomDescFromCompactView(const DDCompactView& myCompactView, const bool isRun2);
0013 void buildDetGeomDescDescendants(DDFilteredView& fv, DetGeomDesc* geoInfoParent, const bool isRun2);
0014 std::unique_ptr<DetGeomDesc> buildDetGeomDescFromCompactView(const cms::DDCompactView& myCompactView,
0015 const bool isRun2);
0016 }
0017
0018 #endif