75 boost::shared_ptr<DTGeometry> boost_dtGeometry(
new DTGeometry );
76 DTGeometryBuilder.
build(boost_dtGeometry, &(*cpv), *mdc);
78 return boost_dtGeometry;
89 boost::shared_ptr<CSCGeometry> boost_cscGeometry(
new CSCGeometry);
90 CSCGeometryBuilder.
build(boost_cscGeometry, &(*cpv), *mdc);
92 return boost_cscGeometry;
void build(boost::shared_ptr< CSCGeometry > geom, const DDCompactView *fv, const MuonDDDConstants &muonConstants)
Build the geometry.
void build(boost::shared_ptr< DTGeometry > theGeometry, const DDCompactView *cview, const MuonDDDConstants &muonConstants)
Constructor of the full muon geometry.