Skip to content

Commit

Permalink
snapshot bug reproducer
Browse files Browse the repository at this point in the history
  • Loading branch information
emanca committed Jan 7, 2019
1 parent fcd9e5c commit bf4c567
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 bf4c567

Please sign in to comment.