Variables | |
tuple | standardHighEffDecayModeSetupBackground |
tuple | standardHighEffDecayModeSetupSignal |
tuple | standardInsideOutDecayModeSetupBackground |
tuple | standardInsideOutDecayModeSetupSignal |
Future collections #####. | |
tuple | tauMVATrainerBackground |
tuple | tauMVATrainerSignal |
00001 cms.PSet( 00002 truthMatchSource = cms.InputTag("matchMCQCDShrinkingCone"), 00003 decayModeAssociationSource = cms.InputTag("shrinkingConePFTauDecayModeProducer") 00004 )
Definition at line 8 of file TauMVATrainer_cfi.py.
00001 cms.PSet( 00002 truthMatchSource = cms.InputTag("matchMCTausShrinkingCone"), 00003 decayModeAssociationSource = cms.InputTag("shrinkingConePFTauDecayModeProducer") 00004 )
Definition at line 3 of file TauMVATrainer_cfi.py.
00001 cms.PSet( 00002 truthMatchSource = cms.InputTag("matchMCQCDInsideOut"), 00003 decayModeAssociationSource = cms.InputTag("pfTauDecayModeInsideOut") 00004 )
Definition at line 20 of file TauMVATrainer_cfi.py.
00001 cms.PSet( 00002 truthMatchSource = cms.InputTag("matchMCTausInsideOut"), 00003 decayModeAssociationSource = cms.InputTag("pfTauDecayModeInsideOut") 00004 )
Future collections #####.
Definition at line 14 of file TauMVATrainer_cfi.py.
00001 cms.EDProducer("TauMVATrainer", 00002 outputRootFileName = cms.string('output_qcd.root'), 00003 matchingSources = cms.VPSet(standardHighEffDecayModeSetupBackground), 00004 #any object with a multiplicity larger than the given two parameters is 00005 #automatically marked as "__PREFAIL__" in the output tree 00006 maxPiZeroes = cms.uint32(4), 00007 maxTracks = cms.uint32(3), 00008 mcTruthSource = cms.InputTag("makeMCQCDTauDecayModes"), 00009 iAmSignal = cms.bool(False) 00010 )
Definition at line 40 of file TauMVATrainer_cfi.py.
00001 cms.EDProducer("TauMVATrainer", 00002 outputRootFileName = cms.string('output_signal.root'), 00003 matchingSources = cms.VPSet(standardHighEffDecayModeSetupSignal), 00004 #any object with a multiplicity larger than the given two parameters is 00005 #automatically marked as "__PREFAIL__" in the output tree 00006 maxPiZeroes = cms.uint32(4), 00007 maxTracks = cms.uint32(3), 00008 mcTruthSource = cms.InputTag("makeMCTauDecayModes"), 00009 iAmSignal = cms.bool(True) 00010 )
Definition at line 29 of file TauMVATrainer_cfi.py.