![]() |
ATLAS Offline Software
|
Functions | |
| addCommonSimDigArguments (parser) | |
| Add Argument Methods. | |
| addCommonSimulationArguments (parser) | |
| addPureSimulationArguments (parser) | |
| addPureDigitizationArguments (parser) | |
| addReSimulationArguments (parser) | |
| addSimulationArguments (parser) | |
| addAtlasG4Arguments (parser) | |
| addHITSMergeArguments (parser) | |
| addDigitizationArguments (parser) | |
| addHITSValidArguments (parser) | |
| addRDOValidArguments (parser) | |
| addSimulationSubstep (executorSet, overlayTransform=False) | |
| Add Sub-step Methods. | |
| addReSimulationSubstep (executorSet) | |
| addAtlasG4Substep (executorSet) | |
| addConfigurableSimSubstep (executorSet, confName, extraSkeleton, confSubStep, confInData, confOutData, confExtraRunargs, confRuntimeRunargs) | |
| addStandardHITSMergeSubstep (executorSet) | |
| addDigitizationSubstep (executorSet, in_reco_chain=False) | |
| addSimValidationSubstep (executorSet) | |
| addDigiValidationSubstep (executorSet) | |
| appendSimulationSubstep (trf) | |
| Append Sub-step Methods. | |
| appendAtlasG4Substep (trf) | |
| appendConfigurableSimTRInSubstep (trf, confName='AtlasG4TfTRIn', extraSkeleton=[], confSubstep='simTRIn', confInData=['EVNT_TR'], confOutData=['HITS', 'NULL'], confExtraRunargs=None, confRuntimeRunargs=None) | |
| appendConfigurableSimSubstep (trf, confName='AtlasG4Tf', extraSkeleton=[], confSubstep='sim', confInData=['NULL', 'EVNT'], confOutData=['EVNT_TR', 'HITS', 'NULL'], confExtraRunargs=None, confRuntimeRunargs=None) | |
| appendHITSMergeSubstep (trf) | |
| appendDigitizationSubstep (trf) | |
Variables | |
| msg = logging.getLogger(__name__) | |
| python.SimTransformUtils.addAtlasG4Arguments | ( | parser | ) |
Definition at line 46 of file SimTransformUtils.py.
| python.SimTransformUtils.addAtlasG4Substep | ( | executorSet | ) |
Definition at line 106 of file SimTransformUtils.py.
| python.SimTransformUtils.addCommonSimDigArguments | ( | parser | ) |
Add Argument Methods.
Definition at line 11 of file SimTransformUtils.py.
| python.SimTransformUtils.addCommonSimulationArguments | ( | parser | ) |
Definition at line 16 of file SimTransformUtils.py.
| python.SimTransformUtils.addConfigurableSimSubstep | ( | executorSet, | |
| confName, | |||
| extraSkeleton, | |||
| confSubStep, | |||
| confInData, | |||
| confOutData, | |||
| confExtraRunargs, | |||
| confRuntimeRunargs ) |
Definition at line 119 of file SimTransformUtils.py.
| python.SimTransformUtils.addDigitizationArguments | ( | parser | ) |
Definition at line 54 of file SimTransformUtils.py.
| python.SimTransformUtils.addDigitizationSubstep | ( | executorSet, | |
| in_reco_chain = False ) |
Definition at line 132 of file SimTransformUtils.py.
| python.SimTransformUtils.addDigiValidationSubstep | ( | executorSet | ) |
Definition at line 152 of file SimTransformUtils.py.
| python.SimTransformUtils.addHITSMergeArguments | ( | parser | ) |
Definition at line 50 of file SimTransformUtils.py.
| python.SimTransformUtils.addHITSValidArguments | ( | parser | ) |
Definition at line 58 of file SimTransformUtils.py.
| python.SimTransformUtils.addPureDigitizationArguments | ( | parser | ) |
Definition at line 28 of file SimTransformUtils.py.
| python.SimTransformUtils.addPureSimulationArguments | ( | parser | ) |
Definition at line 23 of file SimTransformUtils.py.
| python.SimTransformUtils.addRDOValidArguments | ( | parser | ) |
Definition at line 63 of file SimTransformUtils.py.
| python.SimTransformUtils.addReSimulationArguments | ( | parser | ) |
Definition at line 33 of file SimTransformUtils.py.
| python.SimTransformUtils.addReSimulationSubstep | ( | executorSet | ) |
Definition at line 94 of file SimTransformUtils.py.
| python.SimTransformUtils.addSimulationArguments | ( | parser | ) |
Definition at line 42 of file SimTransformUtils.py.
| python.SimTransformUtils.addSimulationSubstep | ( | executorSet, | |
| overlayTransform = False ) |
Add Sub-step Methods.
Add ISF transform substep
| overlayTransform | If True use the tweaked version of in/outData for an overlay job |
Definition at line 71 of file SimTransformUtils.py.
| python.SimTransformUtils.addSimValidationSubstep | ( | executorSet | ) |
Definition at line 146 of file SimTransformUtils.py.
| python.SimTransformUtils.addStandardHITSMergeSubstep | ( | executorSet | ) |
Definition at line 126 of file SimTransformUtils.py.
| python.SimTransformUtils.appendAtlasG4Substep | ( | trf | ) |
Definition at line 163 of file SimTransformUtils.py.
| python.SimTransformUtils.appendConfigurableSimSubstep | ( | trf, | |
| confName = 'AtlasG4Tf', | |||
| extraSkeleton = [], | |||
| confSubstep = 'sim', | |||
| confInData = ['NULL','EVNT'], | |||
| confOutData = ['EVNT_TR','HITS','NULL'], | |||
| confExtraRunargs = None, | |||
| confRuntimeRunargs = None ) |
Definition at line 177 of file SimTransformUtils.py.
| python.SimTransformUtils.appendConfigurableSimTRInSubstep | ( | trf, | |
| confName = 'AtlasG4TfTRIn', | |||
| extraSkeleton = [], | |||
| confSubstep = 'simTRIn', | |||
| confInData = ['EVNT_TR'], | |||
| confOutData = ['HITS','NULL'], | |||
| confExtraRunargs = None, | |||
| confRuntimeRunargs = None ) |
Definition at line 168 of file SimTransformUtils.py.
| python.SimTransformUtils.appendDigitizationSubstep | ( | trf | ) |
Definition at line 191 of file SimTransformUtils.py.
| python.SimTransformUtils.appendHITSMergeSubstep | ( | trf | ) |
Definition at line 186 of file SimTransformUtils.py.
| python.SimTransformUtils.appendSimulationSubstep | ( | trf | ) |
Append Sub-step Methods.
Definition at line 158 of file SimTransformUtils.py.
| python.SimTransformUtils.msg = logging.getLogger(__name__) |
Definition at line 6 of file SimTransformUtils.py.