![]() |
ATLAS Offline Software
|
Functions | |
| make_root_repcondconfig () | |
| buildHypoHelperConfigTool (params) | |
| process_simple (chain_parts) | |
| process_dipz (scenario, chainPartInd) | |
| process_ht (scenario, chainPartInd) | |
| process_htdipz (scenario, chainPartInd) | |
| process_mult (scenario, chainPartInd) | |
| process_dijet (scenario, chainPartInd) | |
| process_fbdjshared (scenario, chainPartInd) | |
| process_fbdjnoshared (scenario, chainPartInd) | |
| process_nonsimple (scenario, chainPartInd) | |
| make_fastreduction_configurers (chain_dict) | |
| make_prefilter_configurers (chain_dict) | |
| getLabelIndices (chain_dict) | |
| hypotool_from_chaindict (chain_dict, visit_debug=False) | |
Variables | |
| logger = logging.getLogger( __name__) | |
| dict | aliasesDict |
| dict | cd |
| python.hypoConfigBuilder.buildHypoHelperConfigTool | ( | params | ) |
the parameter object passed in is built in the modules handling scenarios. It contains the information needed to build the configuration AlgTool that intialiases a hypo helper AlgTool
Definition at line 88 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.getLabelIndices | ( | chain_dict | ) |
Definition at line 384 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.hypotool_from_chaindict | ( | chain_dict, | |
| visit_debug = False ) |
Definition at line 395 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.make_fastreduction_configurers | ( | chain_dict | ) |
Create HelperToolConfigTool instances. Each instance configures a FastReduction tree. Chain parts with the 'simple' scenario are used to form a single HelperToolConfigTool. The information may be spread over a number of chain parts. There is at most one chain part with a non-simple scenario. This may give rise to > 1 HelperToolConfigTool instance - as this is how jet sharing among Conditions is handled. If there are both simple and non-simple scenarios, there will be n HelperToolConfigTool instances, where n >=2: one for the simple scenario chain parts, and n-1 for the non-simple scenario.
Definition at line 276 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.make_prefilter_configurers | ( | chain_dict | ) |
Set up the prefilters fo the chain.
Definition at line 346 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.make_root_repcondconfig | ( | ) |
make a repeated condition configurer for the fast reduction root node. This will will have a single accapt all internal node.
Definition at line 73 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.process_dijet | ( | scenario, | |
| chainPartInd ) |
Obtain the paramters needed to build an AlgTool to initialise a jet hypo HelperAlgTool
Definition at line 202 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.process_dipz | ( | scenario, | |
| chainPartInd ) |
Obtain the paramters needed to build an AlgTool to initialise a jet hypo HelperAlgTool
Definition at line 144 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.process_fbdjnoshared | ( | scenario, | |
| chainPartInd ) |
Obtain the paramters needed to build an AlgTool to initialise a jet hypo HelperAlgTool
Definition at line 232 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.process_fbdjshared | ( | scenario, | |
| chainPartInd ) |
Obtain the paramters needed to build an AlgTool to initialise a jet hypo HelperAlgTool
Definition at line 217 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.process_ht | ( | scenario, | |
| chainPartInd ) |
Obtain the paramters needed to build an AlgTool to initialise a jet hypo HelperAlgTool
Definition at line 158 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.process_htdipz | ( | scenario, | |
| chainPartInd ) |
Obtain the paramters needed to build an AlgTool to initialise a jet hypo HelperAlgTool
Definition at line 172 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.process_mult | ( | scenario, | |
| chainPartInd ) |
Obtain the paramters needed to build an AlgTool to initialise a jet hypo HelperAlgTool
Definition at line 187 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.process_nonsimple | ( | scenario, | |
| chainPartInd ) |
Maker a list of helper tool config tool for a non-simple scenario. Note: a non-simple scenario will produce more than HelperToolConfigTool if jet sharing among Conditions is required.
Definition at line 247 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.process_simple | ( | chain_parts | ) |
Obtain the paramters needed to build an AlgTool to initialise a jet hypo HelperAlgTool
Definition at line 129 of file hypoConfigBuilder.py.
| dict python.hypoConfigBuilder.aliasesDict |
Definition at line 45 of file hypoConfigBuilder.py.
| dict python.hypoConfigBuilder.cd |
Definition at line 441 of file hypoConfigBuilder.py.
| python.hypoConfigBuilder.logger = logging.getLogger( __name__) |
Definition at line 41 of file hypoConfigBuilder.py.