Functions | |
def | addTtSemiLepHypotheses |
helper functions (examples of usage can be found in the ttSemiLepEvtBuilder_cfg.py) 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... | |
Variables | |
tuple | makeTtSemiLepEventTask |
make ttSemiLepEvent More... | |
def ttSemiLepEvtBuilder_cff.addTtSemiLepHypotheses | ( | process, | |
names | |||
) |
helper functions (examples of usage can be found in the ttSemiLepEvtBuilder_cfg.py)
add hypotheses to the process
Definition at line 29 of file ttSemiLepEvtBuilder_cff.py.
References sistrip::SpyUtilities.range().
def ttSemiLepEvtBuilder_cff.removeTtSemiLepHypGenMatch | ( | process | ) |
remove genMatch hypothesis from the process
Definition at line 55 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 63 of file ttSemiLepEvtBuilder_cff.py.
References sistrip::SpyUtilities.range().
Referenced by useElectronsForAllTtSemiLepHypotheses().
def ttSemiLepEvtBuilder_cff.useElectronsForAllTtSemiLepHypotheses | ( | process, | |
elecLabel = "selectedPatElectrons" |
|||
) |
use electrons instead of muons for the hypotheses
Definition at line 87 of file ttSemiLepEvtBuilder_cff.py.
References setForAllTtSemiLepHypotheses().
tuple ttSemiLepEvtBuilder_cff.makeTtSemiLepEventTask |
make ttSemiLepEvent
Definition at line 15 of file ttSemiLepEvtBuilder_cff.py.