ATLAS Offline Software
Loading...
Searching...
No Matches
scenario_dijet.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.scenario_dijet

Functions

 python.scenario_dijet.get_dijet_args_from_matchdict (groupdict, keystubs)
 python.scenario_dijet.get_singlejet_args_from_matchdict (groupdict, threshold_var, jstr)
 python.scenario_dijet.scenario_dijet (scenario, chainPartInd)

Variables

str python.scenario_dijet.pattern_thresh_pt
str python.scenario_dijet.pattern_thresh_et
str python.scenario_dijet.pattern_common
str python.scenario_dijet.pattern_pt = pattern_thresh_pt + pattern_common
 python.scenario_dijet.rgx_pt = re.compile(pattern_pt)
str python.scenario_dijet.pattern_et = pattern_thresh_et + pattern_common
 python.scenario_dijet.rgx_et = re.compile(pattern_et)