77 auto boost_dtGeometry = std::make_shared<DTGeometry>();
78 DTGeometryBuilder.
build(*boost_dtGeometry, &(*cpv), *mdc);
80 return boost_dtGeometry;
91 auto boost_cscGeometry = std::make_shared<CSCGeometry>();
92 CSCGeometryBuilder.
build(*boost_cscGeometry, &(*cpv), *mdc);
94 return boost_cscGeometry;
void build(CSCGeometry &geom, const DDCompactView *fv, const MuonDDDConstants &muonConstants)
Build the geometry.
void build(DTGeometry &theGeometry, const DDCompactView *cview, const MuonDDDConstants &muonConstants)
Constructor of the full muon geometry.