Skip to content
Snippets Groups Projects
Commit a0832018 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'master-TIDV-art41' into 'master'

TrigIndetValidation: update release used for reconstruction (ATR-22022)

See merge request atlas/athena!38207
parents 7a80b1e5 e9a4e1de
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ class TrigInDetReco(ExecStep): ...@@ -60,7 +60,7 @@ class TrigInDetReco(ExecStep):
self.postexec_trig = "from AthenaCommon.AppMgr import ServiceMgr; ServiceMgr.AthenaPoolCnvSvc.MaxFileSizes=['tmp.RDO_TRIG=100000000000']" self.postexec_trig = "from AthenaCommon.AppMgr import ServiceMgr; ServiceMgr.AthenaPoolCnvSvc.MaxFileSizes=['tmp.RDO_TRIG=100000000000']"
self.postexec_reco = "from AthenaCommon.AppMgr import ServiceMgr; ServiceMgr.AthenaPoolCnvSvc.MaxFileSizes=['tmp.ESD=100000000000']" self.postexec_reco = "from AthenaCommon.AppMgr import ServiceMgr; ServiceMgr.AthenaPoolCnvSvc.MaxFileSizes=['tmp.ESD=100000000000']"
self.args = '--outputAODFile=AOD.pool.root --steering="doRDO_TRIG" --asetup "RAWtoESD:Athena,22.0.18" "ESDtoAOD:Athena,22.0.18" ' self.args = '--outputAODFile=AOD.pool.root --steering="doRDO_TRIG" --asetup "RAWtoESD:Athena,22.0.19" "ESDtoAOD:Athena,22.0.19" '
def configure(self, test): def configure(self, test):
......
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