![]() |
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) | |
| 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 96 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 109 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 122 of file SimTransformUtils.py.
| python.SimTransformUtils.addDigiValidationSubstep | ( | executorSet | ) |
Definition at line 142 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 84 of file SimTransformUtils.py.
| python.SimTransformUtils.addSimulationArguments | ( | parser | ) |
Definition at line 42 of file SimTransformUtils.py.
| python.SimTransformUtils.addSimulationSubstep | ( | executorSet | ) |
Definition at line 69 of file SimTransformUtils.py.
| python.SimTransformUtils.addSimValidationSubstep | ( | executorSet | ) |
Definition at line 136 of file SimTransformUtils.py.
| python.SimTransformUtils.addStandardHITSMergeSubstep | ( | executorSet | ) |
Definition at line 116 of file SimTransformUtils.py.
| python.SimTransformUtils.appendAtlasG4Substep | ( | trf | ) |
Definition at line 153 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 167 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 158 of file SimTransformUtils.py.
| python.SimTransformUtils.appendDigitizationSubstep | ( | trf | ) |
Definition at line 181 of file SimTransformUtils.py.
| python.SimTransformUtils.appendHITSMergeSubstep | ( | trf | ) |
Definition at line 176 of file SimTransformUtils.py.
| python.SimTransformUtils.appendSimulationSubstep | ( | trf | ) |
Append Sub-step Methods.
Definition at line 148 of file SimTransformUtils.py.
| python.SimTransformUtils.msg = logging.getLogger(__name__) |
Definition at line 6 of file SimTransformUtils.py.