From c7f10032c51ebd1da2d10a09cfad17f7afe225aa Mon Sep 17 00:00:00 2001 From: Slava Krutelyov Date: Fri, 29 Oct 2021 15:04:01 -0700 Subject: [PATCH] update the cube sample to properly single muons (not back-to-back pairs) --- RecoTracker/MkFit/python/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecoTracker/MkFit/python/input.py b/RecoTracker/MkFit/python/input.py index 9fb34e51adb31..006dae829b826 100644 --- a/RecoTracker/MkFit/python/input.py +++ b/RecoTracker/MkFit/python/input.py @@ -74,7 +74,7 @@ def apply(process, options): process.source.fileNames = [prefix+"/10piPt0p2to1/"+fname] process.maxEvents.input = 1000 elif options.sample == "10mucube50": - process.source.fileNames = [prefix+"/10muPt0p2to10cube50HS/"+fname] + process.source.fileNames = [prefix+"/10muSPt0p2to10cube50/"+fname] process.maxEvents.input = 1000 elif options.sample == "ttbarnopu": process.source.fileNames = [prefix+"/11834.0_TTbar_14TeV+2021/AVE_0_BX01_25ns/"+fname]