Skip to content

Commit

Permalink
fix: rm draw_surfaces from header
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Jul 26, 2024
1 parent b6ef5f4 commit afaae83
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions JugTrack/src/components/ActsGeoSvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
#include "JugTrack/DD4hepBField.h"


/** Draw the surfaces and save to obj file.
* This is useful for debugging the ACTS geometry. The obj file can
* be loaded into various tools, such as FreeCAD, for inspection.
*/
void draw_surfaces(std::shared_ptr<const Acts::TrackingGeometry> trk_geo, const std::string& fname);

namespace Jug::Reco {

class ActsGeoSvc : public extends<Service, IActsGeoSvc> {
Expand Down

0 comments on commit afaae83

Please sign in to comment.