Functions | |
def | addTtSemiLepHypotheses |
make ttSemiLepEvent makeTtSemiLepEvent = cms.Sequence(makeTtSemiLepHypotheses * ttSemiLepEvent ) More... | |
def | removeTtSemiLepHypGenMatch |
remove genMatch hypothesis from the process More... | |
def | setForAllTtSemiLepHypotheses |
set a specific attribute for all hypotheses to a given value -> this works for "jets", "leps", "mets", "maxNJets" More... | |
def | useElectronsForAllTtSemiLepHypotheses |
use electrons instead of muons for the hypotheses More... | |
def ttSemiLepEvtBuilder_cff.addTtSemiLepHypotheses | ( | process, | |
names | |||
) |
make ttSemiLepEvent makeTtSemiLepEvent = cms.Sequence(makeTtSemiLepHypotheses * ttSemiLepEvent )
helper functions (examples of usage can be found in the ttSemiLepEvtBuilder_cfg.py) add hypotheses to the process
Definition at line 28 of file ttSemiLepEvtBuilder_cff.py.
def ttSemiLepEvtBuilder_cff.removeTtSemiLepHypGenMatch | ( | process | ) |
remove genMatch hypothesis from the process
Definition at line 54 of file ttSemiLepEvtBuilder_cff.py.
def ttSemiLepEvtBuilder_cff.setForAllTtSemiLepHypotheses | ( | process, | |
attribute, | |||
value | |||
) |
set a specific attribute for all hypotheses to a given value -> this works for "jets", "leps", "mets", "maxNJets"
Definition at line 62 of file ttSemiLepEvtBuilder_cff.py.
Referenced by useElectronsForAllTtSemiLepHypotheses().
def ttSemiLepEvtBuilder_cff.useElectronsForAllTtSemiLepHypotheses | ( | process, | |
elecLabel = "selectedPatElectrons" |
|||
) |
use electrons instead of muons for the hypotheses
Definition at line 86 of file ttSemiLepEvtBuilder_cff.py.
References setForAllTtSemiLepHypotheses().