Skip to content

Commit

Permalink
Update to deepCSV medium 2016 WP
Browse files Browse the repository at this point in the history
  • Loading branch information
pastika committed Dec 29, 2019
1 parent ae2470b commit 50a2e43
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions TopTagger.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TTMBasicClusterAlgo
nbSeed = -1

#Boosted W tagger parameters
doDijet = true
doDijet = false
minAK8WMass = 65
maxAK8WMass = 100
maxWTau21 = 0.60
Expand All @@ -63,27 +63,12 @@ TTMBasicClusterAlgo
dRMaxDijet = 1.0

#Boosted top tagger parameters
doMonojet = true
doMonojet = false
minAK8TopMass = 105
maxAK8TopMass = 210
maxTopTau32 = 0.65
minAK8TopPt = 400
}
TTMHEPRequirements
{
#Parameters used for tri & dijets
Rmin = 0.85
Rmax = 1.25

#b-counting parameters used only for trijets
csvThreshold = 0.8484
bEtaCut = 2.4
maxNbInTop = 1

doMonojet = false
doDijet = true
doTrijet = false
}
TTMTensorflow
{
#DNN parameters
Expand Down Expand Up @@ -177,7 +162,7 @@ TTMTensorflow
mvaVar[81] = "j3_DeepCSVl"

#b-counting parameters used to suppress fakerate for high Nb
csvThreshold = 0.8484
csvThreshold = 0.6321
bEtaCut = 2.4
maxNbInTop = 1
}
Expand All @@ -187,7 +172,7 @@ TTMOverlapResolution_Resolved
sortMethod = "mvaDisc"

#used for sortMethod = "mvaDiscWithb" only
csvThreshold = 0.8484
csvThreshold = 0.6321
}
TTMFinalSort
{
Expand Down

0 comments on commit 50a2e43

Please sign in to comment.