ATLAS Offline Software
|
Functions | |
def | make_repeatedCond (tree_id, tree_pid, clique, multiplicity=1, chainPartInd=-1, conditionMakers=[], invert=False) |
def | make_repeatedObj (repArgs, conditionMakers=[]) |
def | make_repeatedCondCfgFromParams (repcondarg) |
Variables | |
logger | |
def python.make_repeatedCondConfigurer.make_repeatedCond | ( | tree_id, | |
tree_pid, | |||
clique, | |||
multiplicity = 1 , |
|||
chainPartInd = -1 , |
|||
conditionMakers = [] , |
|||
invert = False |
|||
) |
makes a RepeatedConditionConfigurer from explicit arguments)
Definition at line 11 of file make_repeatedCondConfigurer.py.
def python.make_repeatedCondConfigurer.make_repeatedCondCfgFromParams | ( | repcondarg | ) |
paramsrepcondarg container the parameters for building the internal condition configurers, and the containing RepeatedCondition configurer
Definition at line 44 of file make_repeatedCondConfigurer.py.
def python.make_repeatedCondConfigurer.make_repeatedObj | ( | repArgs, | |
conditionMakers = [] |
|||
) |
makes a RepeatedConditionConfigurer from an objects holding the necessary parameters, usually built by a scenanario_XX module.
Definition at line 31 of file make_repeatedCondConfigurer.py.
python.make_repeatedCondConfigurer.logger |
Definition at line 8 of file make_repeatedCondConfigurer.py.