Skip to content
Snippets Groups Projects
Commit 6d64c320 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'master-stepHistogram-python3' into 'master'

python3 print statement in the StepHistogram JO

See merge request atlas/athena!38091
parents 1c65fdfe 62019697
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ if not hasattr(ServiceMgr, 'THistSvc'): ...@@ -4,7 +4,7 @@ if not hasattr(ServiceMgr, 'THistSvc'):
from GaudiSvc.GaudiSvcConf import THistSvc from GaudiSvc.GaudiSvcConf import THistSvc
ServiceMgr += THistSvc() ServiceMgr += THistSvc()
ServiceMgr.THistSvc.Output = ["stepHisto DATAFILE='StepHistograms.root' OPT='RECREATE'"]; ServiceMgr.THistSvc.Output = ["stepHisto DATAFILE='StepHistograms.root' OPT='RECREATE'"];
print ServiceMgr.THistSvc print(ServiceMgr.THistSvc)
## User Actions ## User Actions
from G4AtlasApps.SimFlags import simFlags from G4AtlasApps.SimFlags import simFlags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment