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"