![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | python |
| namespace | python.scenario_mult |
Functions | |
| python.scenario_mult.get_conditionfilter_args_from_matchdict (groupdict, threshold_var) | |
| python.scenario_mult.scenario_mult (scenario, chainPartInd) | |
Variables | |
| str | python.scenario_mult.pattern_pt_threshold |
| str | python.scenario_mult.pattern_et_threshold |
| str | python.scenario_mult.pattern_common = r'(XX(?P<etalo>\d*)eta(?P<etahi>\d*))?' |
| str | python.scenario_mult.pattern_ptfull = pattern_pt_threshold + pattern_common |
| python.scenario_mult.rgx_pt = re.compile(pattern_ptfull) | |
| str | python.scenario_mult.pattern_etfull = pattern_et_threshold + pattern_common |
| python.scenario_mult.rgx_et = re.compile(pattern_etfull) | |