Skip to content
Snippets Groups Projects
Commit 7adb79b7 authored by Pedro Teixeira-Dias's avatar Pedro Teixeira-Dias
Browse files

Merge branch 'cherry-pick-4ae25fc8 [formerly d0b4785e6a]-21.0-TrigMC' into '21.0-TrigMC'

Sweeping !9947 from 21.0 to 21.0-TrigMC.
add AOD to transform option

See merge request atlas/athena!10058

Former-commit-id: 5ae37497e385c584808ded92b5a651678b89ccaf
parents c12db99d 4f76ec7a
No related merge requests found
...@@ -277,5 +277,12 @@ def addFTKSimulationArgs(parser): ...@@ -277,5 +277,12 @@ def addFTKSimulationArgs(parser):
help='Output BS_FTK file', help='Output BS_FTK file',
group='BS Files') 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__': if __name__ == '__main__':
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