Skip to content

Commit

Permalink
Merge pull request #9 from emanca/dev
Browse files Browse the repository at this point in the history
snapshot bug reproducer
  • Loading branch information
emanca authored Jan 7, 2019
2 parents 6745d29 + bf4c567 commit 8b29b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wmass/AngCoeffTempl/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


ROOT.ROOT.EnableImplicitMT(20)
p = RDFprocessor(outputFile = "test.root", inputFiles ='/scratch/emanca/WMass/RDFprocessor/wmass/data/signalTree*.root', modules=[TemplateProj()], histoFile = 'histo.root', snapshot=False)
p = RDFprocessor(outputFile = "test.root", inputFiles ='/scratch/emanca/WMass/NanoDevelopment/CMSSW_10_2_6/src/PhysicsTools/NanoAODTools/scripts/nanoPost.root', modules=[ROOT.AngCoeff()], histoFile = 'histo.root', snapshot=True)
time = p.run()

print "elapsed world time", time, "s"
Expand Down

0 comments on commit 8b29b79

Please sign in to comment.