 |
ATLAS Offline Software
|
◆ getTransform()
| def Derivation_tf.getTransform |
( |
| ) |
|
Definition at line 35 of file Derivation_tf.py.
37 from DerivationFrameworkConfiguration.DerivationTransformHelpers
import \
38 addDerivationArguments, addDerivationSubstep, \
39 addPhysicsValidationArguments, addPhysicsValidationSubstep
43 description=
'ATLAS derivation framework transform. Inputs must be EVNT, AOD or DAOD. Outputs must be DAOD or D2AOD.')
◆ main()
| def Derivation_tf.main |
( |
| ) |
|
Definition at line 23 of file Derivation_tf.py.
24 msg.info(
'This is %s', sys.argv[0])
26 trf.parseCmdLineArgs(sys.argv[1:])
30 msg.info(
'%s stopped at %s, trf exit code %d',
31 sys.argv[0], time.asctime(), trf.exitCode)
32 sys.exit(trf.exitCode)
def addDetectorArguments(parser)
Options related to the setup of the ATLAS detector (used in simulation and digitisation as well as re...
def addAthenaArguments(parser, maxEventsDefaultSubstep='first', addValgrind=True, addPerfMon=True, addVTune=True)
Options related to running athena in general TODO: Some way to mask certain options (perExec,...
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
constexpr std::enable_if_t< is_bitmask_v< E >, E & > set(E &lhs, E rhs)
Convenience function to set bits in a class enum bitmask.