Skip to content

Commit fa854df

Browse files
waredjebgsokmen
authored andcommitted
add update HLT with new TICL SuperClustering DNN
1 parent 1526f0d commit fa854df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
linkingPSet = cms.PSet(
4949
type=cms.string("SuperClusteringDNN"),
5050
algo_verbosity=cms.int32(0),
51-
onnxModelPath = cms.FileInPath("RecoHGCal/TICL/data/superclustering/supercls_v2p1.onnx"),
52-
nnWorkingPoint=cms.double(0.3),
51+
onnxModelPath = cms.FileInPath("RecoHGCal/TICL/data/superclustering/balanced_deltaTime_noFlags_tunedModel.onnx"),
52+
nnWorkingPoint=cms.double(0.57247),
5353
),
5454
tracksters_collections = [cms.InputTag("hltTiclTrackstersCLUE3DHighL1Seeded")], # to be changed to ticlTrackstersCLUE3DEM once separate CLUE3D iterations are introduced
5555
)

HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
linkingPSet = cms.PSet(
6262
type=cms.string("SuperClusteringDNN"),
6363
algo_verbosity=cms.int32(0),
64-
onnxModelPath = cms.FileInPath("RecoHGCal/TICL/data/superclustering/supercls_v2p1.onnx"),
65-
nnWorkingPoint=cms.double(0.3),
64+
onnxModelPath = cms.FileInPath("RecoHGCal/TICL/data/superclustering/balanced_deltaTime_noFlags_tunedModel.onnx"),
65+
nnWorkingPoint=cms.double(0.57247),
6666
),
6767
tracksters_collections = [cms.InputTag("hltTiclTrackstersCLUE3DHigh")], # to be changed to ticlTrackstersCLUE3DEM once separate CLUE3D iterations are introduced
6868
)

0 commit comments

Comments
 (0)