Skip to content

Commit cb9937e

Browse files
sameasygsokmen
authored andcommitted
changing scls config
1 parent e48b573 commit cb9937e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RecoHGCal/TICL/python/superclustering_cff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
linkingPSet = cms.PSet(
1414
type=cms.string("SuperClusteringDNN"),
1515
algo_verbosity=cms.int32(0),
16-
onnxModelPath = cms.FileInPath("RecoHGCal/TICL/data/superclustering/supercls_v2p1.onnx"),
17-
nnWorkingPoint=cms.double(0.3),
16+
onnxModelPath = cms.FileInPath("RecoHGCal/TICL/data/superclustering/balanced_deltaTime_noFlags_tunedModel.onnx"),
17+
nnWorkingPoint=cms.double(0.57247),
1818
),
1919
tracksters_collections = [cms.InputTag("ticlTrackstersCLUE3DHigh")], # to be changed to ticlTrackstersCLUE3DEM once separate CLUE3D iterations are introduced
2020
)

0 commit comments

Comments
 (0)