From bf4c5671eb159521bd70915d6f2bd402969d04df Mon Sep 17 00:00:00 2001 From: Elisabetta Manca Date: Mon, 7 Jan 2019 15:24:15 +0100 Subject: [PATCH] snapshot bug reproducer --- wmass/AngCoeffTempl/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmass/AngCoeffTempl/test.py b/wmass/AngCoeffTempl/test.py index 493da30698156..34b239f0d4634 100644 --- a/wmass/AngCoeffTempl/test.py +++ b/wmass/AngCoeffTempl/test.py @@ -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"