Skip to content

Commit

Permalink
ensure ROOT is in batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Jun 13, 2024
1 parent 063a7fc commit 5038516
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CLDConfig/CLDReconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
from k4FWCore.parseArgs import parser
from py_utils import SequenceLoader

import ROOT
ROOT.gROOT.SetBatch(True)


parser.add_argument("--inputFiles", action="extend", nargs="+", metavar=("file1", "file2"), help="One or multiple input files")
parser.add_argument("--outputBasename", help="Basename of the output file(s)", default="output")
Expand Down

0 comments on commit 5038516

Please sign in to comment.