![]() |
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__) | |
| addAtlasG4Arguments | ( | parser | ) |
Definition at line 46 of file SimTransformUtils.py.
| addAtlasG4Substep | ( | executorSet | ) |
Definition at line 96 of file SimTransformUtils.py.
| addCommonSimDigArguments | ( | parser | ) |
Add Argument Methods.
Definition at line 11 of file SimTransformUtils.py.
| addCommonSimulationArguments | ( | parser | ) |
Definition at line 16 of file SimTransformUtils.py.
| addConfigurableSimSubstep | ( | executorSet, | |
| confName, | |||
| extraSkeleton, | |||
| confSubStep, | |||
| confInData, | |||
| confOutData, | |||
| confExtraRunargs, | |||
| confRuntimeRunargs ) |
Definition at line 109 of file SimTransformUtils.py.
| addDigitizationArguments | ( | parser | ) |
Definition at line 54 of file SimTransformUtils.py.
| addDigitizationSubstep | ( | executorSet, | |
| in_reco_chain = False ) |
Definition at line 122 of file SimTransformUtils.py.
| addDigiValidationSubstep | ( | executorSet | ) |
Definition at line 142 of file SimTransformUtils.py.
| addHITSMergeArguments | ( | parser | ) |
Definition at line 50 of file SimTransformUtils.py.
| addHITSValidArguments | ( | parser | ) |
Definition at line 58 of file SimTransformUtils.py.
| addPureDigitizationArguments | ( | parser | ) |
Definition at line 28 of file SimTransformUtils.py.
| addPureSimulationArguments | ( | parser | ) |
Definition at line 23 of file SimTransformUtils.py.
| addRDOValidArguments | ( | parser | ) |
Definition at line 63 of file SimTransformUtils.py.
| addReSimulationArguments | ( | parser | ) |
Definition at line 33 of file SimTransformUtils.py.
| addReSimulationSubstep | ( | executorSet | ) |
Definition at line 84 of file SimTransformUtils.py.
| addSimulationArguments | ( | parser | ) |
Definition at line 42 of file SimTransformUtils.py.
| addSimulationSubstep | ( | executorSet | ) |
Definition at line 69 of file SimTransformUtils.py.
| addSimValidationSubstep | ( | executorSet | ) |
Definition at line 136 of file SimTransformUtils.py.
| addStandardHITSMergeSubstep | ( | executorSet | ) |
Definition at line 116 of file SimTransformUtils.py.
| appendAtlasG4Substep | ( | trf | ) |
Definition at line 153 of file SimTransformUtils.py.
| 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.
| 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.
| appendDigitizationSubstep | ( | trf | ) |
Definition at line 181 of file SimTransformUtils.py.
| appendHITSMergeSubstep | ( | trf | ) |
Definition at line 176 of file SimTransformUtils.py.
| 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.