3 Multiplex a cut on a PATTauDiscriminator using another PATTauDiscriminator as the 6 Used by the anti-electron MVA, which needs to choose what cut to apply on the 7 MVA output depending on what the category is. 11 import FWCore.ParameterSet.Config
as cms
13 patTauDiscriminantCutMultiplexer = cms.EDProducer(
14 "PATTauDiscriminantCutMultiplexer",
15 PATTauProducer = cms.InputTag(
"fixme"),
16 toMultiplex = cms.InputTag(
"fixme"),
17 Prediscriminants = cms.PSet(
18 BooleanOperator = cms.string(
"and"),
20 Producer = cms.InputTag(
"fixme"),
24 key = cms.InputTag(
"fixme"),
25 loadMVAfromDB = cms.bool(
True),
28 category = cms.uint32(0),
29 cut = cms.double(0.5),
32 category = cms.uint32(1),
33 cut = cms.double(0.2),