1 import FWCore.ParameterSet.Config
as cms
5 Produces a PFTauDiscriminator (Association<PFTau, float>) that maps 6 PFTaus with the decay mode as determined by the PFTauDecayMode object. 7 The mapping of the index to real decay modes is given in 8 DataFormats/TauReco/interface/PFTauDecayMode.h 11 pfTauDecayModeIndexProducer = cms.EDProducer(
"PFRecoTauDecayModeIndexProducer",
12 PFTauProducer = cms.InputTag(
"pfRecoTauProducer"),
13 PFTauDecayModeProducer = cms.InputTag(
"pfRecoTauDecayModeProducer"),
17 Prediscriminants = noPrediscriminants,