1 = cms.PSet(qualityAlgorithm = cms.string(
"GBDT"),
2 ONNXmodel = cms.FileInPath(
"L1Trigger/TrackTrigger/data/GBDT_default.onnx"),
5 ONNXInputName = cms.string(
"feature_input"),
7 featureNames = cms.vstring([
"phi",
"eta",
"z0",
"bendchi2_bin",
"nstub",
8 "nlaymiss_interior",
"chi2rphi_bin",
"chi2rz_bin"]),
11 maxZ0 = cms.double ( 15. ) ,
12 maxEta = cms.double ( 2.4 ) ,
13 chi2dofMax = cms.double( 40. ),
14 bendchi2Max = cms.double( 2.4 ),
15 minPt = cms.double( 2. ),
16 nStubsmin = cms.int32( 4 ),
18 ONNXInvRScale = cms.double(500)