Skip to content
Snippets Groups Projects
Commit 9bfe9441 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cherry-pick-d0b4785e6a-master' into 'master'

Sweeping !9947 from 21.0 to master.
add AOD to transform option

See merge request atlas/athena!10059
parents c98ecfbf 2c7cd950
No related branches found
No related tags found
Loading
......@@ -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