Skip to content

Commit

Permalink
propagating changes in the default b-tag track selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ferencek committed Aug 26, 2016
1 parent d37f9d2 commit 633bf1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PhysicsTools/RecoAlgos/python/btvTracks_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
maxRapidity = 9.0,
quality = [],
minLayer = 0,
minHit = 8,
minPixelHit = 2,
minHit = 0,
minPixelHit = 1,
usePV = True,
)

Expand Down

0 comments on commit 633bf1f

Please sign in to comment.