Functions | |
def | addTtFullHadHypotheses |
make ttFullHadEvent makeTtFullHadEvent = cms.Sequence(makeTtFullHadHypotheses * ttFullHadEvent ) 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... | |
def ttFullHadEvtBuilder_cff.addTtFullHadHypotheses | ( | process, | |
names | |||
) |
make ttFullHadEvent makeTtFullHadEvent = cms.Sequence(makeTtFullHadHypotheses * ttFullHadEvent )
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.