Skip to content

Commit

Permalink
default seed cut : Nseed < 20
Browse files Browse the repository at this point in the history
  • Loading branch information
swkim95 committed Sep 11, 2023
1 parent 0cf9f50 commit 0c075a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def customizerFuncForMuonHLTSeeding(
process, newProcessName = "MYHLT", WPName = "TEST",
doSort = False, nSeedsMax_B = (-1), nSeedsMax_E = (-1),
doSort = False, nSeedsMax_B = (20), nSeedsMax_E = (20),
mvaCuts_B = (0), mvaCuts_E = (0), etaEdge = (1.2), baseScore = (0.5) ):

print("doSort: ", doSort)
Expand Down

0 comments on commit 0c075a0

Please sign in to comment.