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

Merge branch 'fixTrigReco' into 'main'

Debug stream recovery, Fix to trig reco

See merge request !68440
parents 86bfe6bf 773a8dfd
No related branches found
No related tags found
1 merge request!68440Debug stream recovery, Fix to trig reco
......@@ -484,9 +484,10 @@ class trigRecoExecutor(athenaExecutor):
msg.info('Now run athenaExecutor:postExecute')
super(trigRecoExecutor, self).postExecute()
# Do debug stream postRun step for BS file that contains events after the streamSelection
fileNameDbg = self.conf.argdict["outputHIST_DEBUGSTREAMMONFile"].value
dbgStream.dbgPostRun(argInDict.value[0], fileNameDbg[0], self.conf.argdict, isSplitStream=True)
if "HIST_DEBUGSTREAMMON" in self.conf.dataDictionary:
# Do debug stream postRun step for BS file that contains events after the streamSelection
fileNameDbg = self.conf.argdict["outputHIST_DEBUGSTREAMMONFile"].value
dbgStream.dbgPostRun(argInDict.value[0], fileNameDbg[0], self.conf.argdict, isSplitStream=True)
def _postExecuteDebug(self, outputBSFile):
......
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