Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Jun 25, 2024
1 parent 5039dd7 commit 0705a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macro/run_simScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@
if charmonly: tag = simEngine+"CharmOnly-"+mcEngine
if options.eventDisplay: tag = tag+'_D'
if options.dv > 4 : tag = 'conical.'+tag
elif dy: tag = str(options.dy)+'.'+tag
if not os.path.exists(options.outputDir):
os.makedirs(options.outputDir)
outFile = "%s/ship.%s.root" % (options.outputDir, tag)
Expand Down

0 comments on commit 0705a89

Please sign in to comment.