Functions | |
def | addTtFullHadHypotheses |
helper functions (examples of usage can be found in the ttFullHadEvtBuilder_cfg.py) More... | |
def | removeTtFullHadHypGenMatch |
remove genMatch hypothesis from the process More... | |
def | setForAllTtFullHadHypotheses |
set a specific attribute for all hypotheses to a given value -> this works for "jets", "maxNJets", "jetCorrectionLevel" More... | |
Variables | |
tuple | makeTtFullHadEvent |
make ttFullHadEvent More... | |
def ttFullHadEvtBuilder_cff.addTtFullHadHypotheses | ( | process, | |
names | |||
) |
helper functions (examples of usage can be found in the ttFullHadEvtBuilder_cfg.py)
add hypotheses to the process
Definition at line 28 of file ttFullHadEvtBuilder_cff.py.
def ttFullHadEvtBuilder_cff.removeTtFullHadHypGenMatch | ( | process | ) |
remove genMatch hypothesis from the process
Definition at line 54 of file ttFullHadEvtBuilder_cff.py.
def ttFullHadEvtBuilder_cff.setForAllTtFullHadHypotheses | ( | process, | |
attribute, | |||
value | |||
) |
set a specific attribute for all hypotheses to a given value -> this works for "jets", "maxNJets", "jetCorrectionLevel"
Definition at line 61 of file ttFullHadEvtBuilder_cff.py.
tuple ttFullHadEvtBuilder_cff.makeTtFullHadEvent |
make ttFullHadEvent
Definition at line 15 of file ttFullHadEvtBuilder_cff.py.