cms.EDProducer("DeepTauId",\ 
    Prediscriminants = cms.PSet(\ 
        BooleanOperator = cms.string('and')\ 
    ),\ 
    VSeWP = cms.vstring('-1.'),\ 
    VSjetWP = cms.vstring(\ 
        'double t1 = 0.649, t2 = 0.441, t3 = 0.05, x1 = 35, x2 = 100, x3 = 300; if (pt <= x1) return t1; if (pt >= x3) return t3; if (pt < x2) return (t2 - t1) / (x2 - x1) * (pt - x1) + t1; return (t3 - t2) / (x3 - x2) * (pt - x2) + t2;',\ 
        'double t1 = 0.7045, t2 = 0.7029, t3 = 0.05, x1 = 30, x2 = 100, x3 = 300; if (pt <= x1) return t1; if (pt >= x3) return t3; if (pt < x2) return (t2 - t1) / (x2 - x1) * (pt - x1) + t1; return (t3 - t2) / (x3 - x2) * (pt - x2) + t2;',\ 
        'double t1 = 0.5419, t2 = 0.4837, t3 = 0.050, x1 = 27, x2 = 100, x3 = 300; if (pt <= x1) return t1; if (pt >= x3) return t3; if (pt < x2) return (t2 - t1) / (x2 - x1) * (pt - x1) + t1; return (t3 - t2) / (x3 - x2) * (pt - x2) + t2;',\ 
        'double t1 = 0.6072, t2 = 0.125, x1 = 180, x2 = 500; if (pt <= x1) return t1; if (pt >= x2) return t2; return (t2 - t1) / (x2 - x1) * (pt - x1) + t1;'\ 
    ),\ 
    VSmuWP = cms.vstring('-1.'),\ 
    basicTauDiscriminators = cms.untracked.InputTag("hltHpsPFTauBasicDiscriminatorsForDeepTau"),\ 
    basicTauDiscriminatorsdR03 = cms.untracked.InputTag("hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau"),\ 
    debug_level = cms.int32(0),\ 
    disable_CellIndex_workaround = cms.bool(False),\ 
    disable_dxy_pca = cms.bool(True),\ 
    disable_hcalFraction_workaround = cms.bool(False),\ 
    electrons = cms.InputTag("default"),\ 
    graph_file = cms.vstring(\ 
        'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2026v2p5_core.pb',\ 
        'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2026v2p5_inner.pb',\ 
        'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2026v2p5_outer.pb'\ 
    ),\ 
    is_online = cms.bool(True),\ 
    mem_mapped = cms.bool(False),\ 
    muons = cms.InputTag("default"),\ 
    pfTauTransverseImpactParameters = cms.InputTag("hltHpsPFTauTransverseImpactParametersForDeepTau"),\ 
    pfcands = cms.InputTag("hltParticleFlowTmp"),\ 
    rho = cms.InputTag("hltFixedGridRhoFastjetAll"),\ 
    save_inputs = cms.bool(False),\ 
    sub_version = cms.uint32(5),\ 
    taus = cms.InputTag("hltHpsPFTauProducer"),\ 
    version = cms.uint32(2),\ 
    vertices = cms.InputTag("hltPhase2PixelVertices"),\ 
    year = cms.uint32(2026)\ 
)\