Skip to content

Commit

Permalink
Update the training file used
Browse files Browse the repository at this point in the history
  • Loading branch information
pastika committed Apr 4, 2019
1 parent 28c88d4 commit ae2470b
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions TopTagger.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,43 @@ TTMBasicClusterAlgo
nbSeed = -1

#Boosted W tagger parameters
doDijet = false
doDijet = true
minAK8WMass = 65
maxAK8WMass = 100
maxWTau21 = 0.60
minAK8WPt = 200
minAK4WPt = 30
dRMaxDijet = 1.0

#Boosted top tagger parameters
doMonojet = true
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
discCut = 0.0
discCut = 0.00
discSlope = 0.0000
discOffset = 1.0
modelFile = "tfModel_frozen_DNN1_deepCVS_GR.pb"
modelFile = "tfModel_frozen_DNN1_deepCVS_GR_balanced.pb"
inputOp = "x"
outputOp = "y_ph"
mvaVar[0] = "cand_m"
Expand Down Expand Up @@ -156,7 +181,6 @@ TTMTensorflow
bEtaCut = 2.4
maxNbInTop = 1
}

TTMOverlapResolution_Resolved
{
NConstituents = 3
Expand Down

0 comments on commit ae2470b

Please sign in to comment.