Skip to content

Commit

Permalink
Low pt optimized working point
Browse files Browse the repository at this point in the history
  • Loading branch information
pastika committed Dec 9, 2016
1 parent c15b02a commit 883bc6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TopTagger.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TTMBasicClusterAlgo
minTopCandMass = 100
maxTopCandMass = 250
minAK4ResolvedPt = 30
dRMaxTrijet = 1.5
dRMaxTrijet = 2.0

#Boosted W tagger parameters
doDijet = true
Expand All @@ -81,7 +81,7 @@ TTMHEPRequirements
{
#Parameters used for tri & dijets
Rmin = 0.85
Rmax = 1.25
Rmax = 1.25

#b-counting parameters used only for trijets
csvThreshold = 0.800
Expand All @@ -94,8 +94,8 @@ TTMHEPRequirements
}
TTMOpenCVMVA
{
discCut = 0.65
modelFile = "TrainingOutput_dR20_pt30_depth14.model"
discCut = 0.75
modelFile = "TrainingOutput_dR20_pt20_depth18_2016_Dec2.model"
}
#TTMAK8TopFilter
#{
Expand Down

0 comments on commit 883bc6b

Please sign in to comment.