Skip to content

Commit

Permalink
Fix (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF authored Jun 1, 2022
1 parent eb19ed7 commit aa8bb56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/FCCee/fullSim/caloNtupleizer/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def __init__(self, inputlist, outname, ncpu):
self.outname+=".root"

ROOT.ROOT.EnableImplicitMT(ncpu)
ROOT.gInterpreter.Declare("using namespace FCCAnalyses;")

self.df = ROOT.RDataFrame("events", inputlist)
if args.useGeometry:
Expand Down

0 comments on commit aa8bb56

Please sign in to comment.