Skip to content

Commit

Permalink
Merge pull request #66 from slava77/from-trackreco-pr64/cubeS
Browse files Browse the repository at this point in the history
update the cube sample to properly single muons (not back-to-back pairs)
  • Loading branch information
mmasciov authored Oct 30, 2021
2 parents 9ede4ef + c7f1003 commit 0f78675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTracker/MkFit/python/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0f78675

Please sign in to comment.