Skip to content
Snippets Groups Projects
Commit 4ae25fc8 authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

Merge branch 'myftkaodbranchfix' into '21.0'

add AOD to transform option

See merge request atlas/athena!9947

Former-commit-id: d0b4785e6ae37b965e702f8c346d535d58f2c762
parents be72ea41 d0a9bda4
No related merge requests found
......@@ -277,5 +277,12 @@ def addFTKSimulationArgs(parser):
help='Output BS_FTK file',
group='BS Files')
parser.add_argument(
'--outputAODFile', nargs='+',
type=trfArgClasses.argFactory(trfArgClasses.argTAGFile, io='output'),
help='Output AOD file',
group='Reco Files')
if __name__ == '__main__':
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment