Skip to content
Snippets Groups Projects
Commit e65b42aa authored by James Beacham's avatar James Beacham
Browse files

Merge branch 'FullSimTrf_Fix' into '21.0'

New FastChain EVGENtoRDO transform

See merge request atlas/athena!13008

Former-commit-id: 9c4a31e7da9ba07785abecb63faa871b2c1617d9
parents 2a6119a7 f0a532ab
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ def getTransform(): ...@@ -45,7 +45,7 @@ def getTransform():
addRecoSubsteps(executorSet) addRecoSubsteps(executorSet)
# Sim + Digi - factor these out into an importable function in time # Sim + Digi - factor these out into an importable function in time
executorSet.add(athenaExecutor(name = 'EVNTtoRDO', skeletonFile = 'FullChainTransforms/skeleton.EVGENtoRDO.py', executorSet.add(athenaExecutor(name = 'EVNTtoRDO', skeletonFile = 'FullChainTransforms/FastChainSkeleton.EVGENtoRDO.py',
substep = 'simdigi', tryDropAndReload = False, perfMonFile = 'ntuple.pmon.gz', substep = 'simdigi', tryDropAndReload = False, perfMonFile = 'ntuple.pmon.gz',
inData=['NULL','EVNT'], inData=['NULL','EVNT'],
outData=['RDO','NULL'] )) outData=['RDO','NULL'] ))
......
This diff is collapsed.
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