Skip to content

Commit 75a461b

Browse files
committed
Updating HLT model
1 parent fa854df commit 75a461b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

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

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

0 commit comments

Comments
 (0)