CMS 3D CMS Logo

TauMVATrainer_cfi Namespace Reference


Variables

tuple standardHighEffDecayModeSetupBackground
tuple standardHighEffDecayModeSetupSignal
tuple standardInsideOutDecayModeSetupBackground
tuple standardInsideOutDecayModeSetupSignal
tuple tauMVATrainerBackground
tuple tauMVATrainerSignal


Variable Documentation

tuple TauMVATrainer_cfi::standardHighEffDecayModeSetupBackground [static]

Initial value:

cms.PSet(
     truthMatchSource = cms.InputTag("matchMCQCDHighEfficiency"),
     decayModeAssociationSource = cms.InputTag("pfTauDecayModeHighEfficiency")
)

Definition at line 13 of file TauMVATrainer_cfi.py.

tuple TauMVATrainer_cfi::standardHighEffDecayModeSetupSignal [static]

Initial value:

cms.PSet(
     truthMatchSource = cms.InputTag("matchMCTausHighEfficiency"),
     decayModeAssociationSource = cms.InputTag("pfTauDecayModeHighEfficiency")
)

Definition at line 3 of file TauMVATrainer_cfi.py.

tuple TauMVATrainer_cfi::standardInsideOutDecayModeSetupBackground [static]

Initial value:

cms.PSet(
     truthMatchSource = cms.InputTag("matchMCQCDInsideOut"),
     decayModeAssociationSource = cms.InputTag("pfTauDecayModeInsideOut")
)

Definition at line 18 of file TauMVATrainer_cfi.py.

tuple TauMVATrainer_cfi::standardInsideOutDecayModeSetupSignal [static]

Initial value:

cms.PSet(
     truthMatchSource = cms.InputTag("matchMCTausInsideOut"),
     decayModeAssociationSource = cms.InputTag("pfTauDecayModeInsideOut")
)

Definition at line 8 of file TauMVATrainer_cfi.py.

tuple TauMVATrainer_cfi::tauMVATrainerBackground [static]

Initial value:

cms.EDProducer("TauMVATrainer",
    outputRootFileName = cms.string('output_qcd.root'),
    #Inside-Out currently broken
    #matchingSources = cms.VPSet(standardHighEffDecayModeSetupBackground, standardInsideOutDecayModeSetupBackground),
    matchingSources = cms.VPSet(standardHighEffDecayModeSetupBackground),
    #any object with a multiplicity larger than the given two parameters is
    #automatically marked as "__PREFAIL__" in the output tree
    maxPiZeroes = cms.uint32(4),
    maxTracks = cms.uint32(3),
    mcTruthSource = cms.InputTag("makeMCQCDTauDecayModes"),
    iAmSignal = cms.bool(False)
)

Definition at line 36 of file TauMVATrainer_cfi.py.

tuple TauMVATrainer_cfi::tauMVATrainerSignal [static]

Initial value:

cms.EDProducer("TauMVATrainer",
    outputRootFileName = cms.string('output_signal.root'),
    #Inside-Out currently broken
    #matchingSources = cms.VPSet(standardHighEffDecayModeSetupSignal, standardInsideOutDecayModeSetupSignal),
    matchingSources = cms.VPSet(standardHighEffDecayModeSetupSignal),
    #any object with a multiplicity larger than the given two parameters is
    #automatically marked as "__PREFAIL__" in the output tree
    maxPiZeroes = cms.uint32(4),
    maxTracks = cms.uint32(3),
    mcTruthSource = cms.InputTag("makeMCTauDecayModes"),
    iAmSignal = cms.bool(True)
)

Definition at line 23 of file TauMVATrainer_cfi.py.


Generated on Tue Jun 9 18:52:57 2009 for CMSSW by  doxygen 1.5.4