Skip to content

Commit

Permalink
cld_steer.py: edm4hep output by default
Browse files Browse the repository at this point in the history
Co-authored-by: Leonhard Reichenbach <[email protected]>
  • Loading branch information
BrieucF and Zehvogel authored Mar 26, 2024
1 parent 746ab94 commit e61d6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CLDConfig/cld_steer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
SIM.macroFile = ""
## number of events to simulate, used in batch mode
SIM.numberOfEvents = 0
## Outputfile from the simulation,only lcio output is supported
SIM.outputFile = "dummyOutput.slcio"
## Outputfile from the simulation
SIM.outputFile = "CLD_SIM.edm4hep.root"
## Verbosity use integers from 1(most) to 7(least) verbose
## or strings: VERBOSE, DEBUG, INFO, WARNING, ERROR, FATAL, ALWAYS
SIM.printLevel = 3
Expand Down

0 comments on commit e61d6f3

Please sign in to comment.