|
ATLAS Offline Software
|
Go to the documentation of this file.
5 __doc__ =
"""JobTransform to run LAr PulseShape jobs"""
11 from PyJobTransforms.trfArgs
import addAthenaArguments, addDetectorArguments
14 if __name__ ==
'__main__':
17 executorSet.add(athenaExecutor(name =
'LArPulsetf', skeletonFile=
'RecJobTransforms/skeleton.RAWtoESD_tf.py',
18 substep =
'r2e', inData = [
'BS',], outData = [
'NTUP_SAMPLESMON']))
23 trf.parser.add_argument(
'--inputBSFile', nargs=
'+',
24 type=trfArgClasses.argFactory(trfArgClasses.argBSFile, io=
'input'),
25 help=
'Input bytestream file', group=
'Reco Files')
27 trf.parser.add_argument(
'--outputNTUP_SAMPLESMONFile', nargs=
'+',
28 type=trfArgClasses.argFactory(trfArgClasses.argNTUPFile, io=
'output', treeNames=
"myTree"),
29 help=
'Output LAr Samples file', group=
'Ntuple Files')
31 trf.parser.add_argument(
'--autoConfiguration', group=
'Common Reco', type=trfArgClasses.argFactory(trfArgClasses.argList),
32 help=
'Autoconfiguration settings (whitespace or comma separated)', nargs=
'+', metavar=
'AUTOCONFKEY')
33 trf.parseCmdLineArgs(sys.argv[1:])
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.