Skip to content
Snippets Groups Projects

Add muonagdd option to dump-geo

Merged Nicolas Koehler requested to merge nkoehler/athena:vp1Dbg into master
All threads resolved!
Files
2
@@ -207,7 +207,7 @@ if (vp1SLHC):
TrkDetFlags.MaterialSource = 'None'
if vp1Muon and len(vp1NSWAGDDFiles)>0:
print "*** DumpGeo NOTE *** You specified custom vp1NSWAGDDFiles, creating NSWAGDDTool to read NSWAGDD information from custom file(s) instead from built-in geometry"
print "*** DumpGeo NOTE *** You specified custom vp1NSWAGDDFiles, creating NSWAGDDTool to read NSWAGDD information from custom file(s) '%s' instead from built-in geometry"%(', '.join(vp1NSWAGDDFiles))
from AthenaCommon.AppMgr import theApp
from AGDD2GeoSvc.AGDD2GeoSvcConf import AGDDtoGeoSvc
AGDD2Geo = AGDDtoGeoSvc()
Loading