Functions | |
def | removeTtFullLepHypGenMatch |
make ttFullLepEvent makeTtFullLepEvent = cms.Sequence(makeTtFullLepHypotheses * ttFullLepEvent ) More... | |
def | setForAllTtFullLepHypotheses |
set a specific attribute for all hypotheses to a given value -> this works for "jets", "leps", "mets", "maxNJets" More... | |
def ttFullLepEvtBuilder_cff.removeTtFullLepHypGenMatch | ( | process | ) |
make ttFullLepEvent makeTtFullLepEvent = cms.Sequence(makeTtFullLepHypotheses * ttFullLepEvent )
helper functions (examples of usage can be found in the ttFullLepEvtBuilder_cfg.py) remove genMatch hypothesis from the process
Definition at line 26 of file ttFullLepEvtBuilder_cff.py.
def ttFullLepEvtBuilder_cff.setForAllTtFullLepHypotheses | ( | process, | |
attribute, | |||
value | |||
) |
set a specific attribute for all hypotheses to a given value -> this works for "jets", "leps", "mets", "maxNJets"
Definition at line 34 of file ttFullLepEvtBuilder_cff.py.