Functions | |
def | addTtSemiLepHypotheses (process, names) |
helper functions (examples of usage can be found in the ttSemiLepEvtBuilder_cfg.py) More... | |
def | removeTtSemiLepHypGenMatch (process) |
remove genMatch hypothesis from the process More... | |
def | setForAllTtSemiLepHypotheses (process, attribute, value) |
set a specific attribute for all hypotheses to a given value -> this works for "jets", "leps", "mets", "maxNJets" More... | |
def | useElectronsForAllTtSemiLepHypotheses (process, elecLabel="selectedPatElectrons") |
use electrons instead of muons for the hypotheses More... | |
Variables | |
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.
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.
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().
ttSemiLepEvtBuilder_cff.makeTtSemiLepEventTask |
make ttSemiLepEvent
Definition at line 15 of file ttSemiLepEvtBuilder_cff.py.