Variables | |
tuple | trueRecoTaus |
00001 cms.EDProducer( 00002 "RecoTauCleaner", 00003 src = cms.InputTag("combinatoricRecoTaus"), 00004 cleaners = cms.VPSet( 00005 cms.PSet( 00006 name = cms.string("TruthDecayModeMatch"), 00007 plugin = cms.string("RecoTauDecayModeTruthMatchPlugin"), 00008 matching = cms.InputTag("recoTauTruthMatcher"), 00009 ), 00010 cms.PSet( 00011 name = cms.string("TruthPtMatch"), 00012 plugin = cms.string("RecoTauDistanceFromTruthPlugin"), 00013 matching = cms.InputTag("recoTauTruthMatcher"), 00014 ), 00015 cleaners.tanc.clone( 00016 src = cms.InputTag("combinatoricRecoTausDiscriminationByTaNC"), 00017 ), 00018 ) 00019 )
Definition at line 4 of file RecoTauTruthMatchedTauProducer_cfi.py.