Skip to content
Snippets Groups Projects
Commit eb71b274 authored by James Beacham's avatar James Beacham Committed by Atlas Nightlybuild
Browse files

Merge branch 'FullSimTrf_Fix' into '21.0'

New FastChain EVGENtoRDO transform

See merge request atlas/athena!13008

(cherry picked from commit 9c4a31e7da9ba07785abecb63faa871b2c1617d9)

c05479d5 Added the config that is a test copy of the default skeleton with all the…
82e1d4c0 Removed the unneeded writeRDO in skeleton job
f7f76ee7 Updated the fastchain trf to use the fixed skeleton
parent d1dbefb1
No related branches found
No related tags found
No related merge requests found
File mode changed from 100755 to 100644
......@@ -45,7 +45,7 @@ def getTransform():
addRecoSubsteps(executorSet)
# 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',
inData=['NULL','EVNT'],
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