Skip to content
Snippets Groups Projects
Commit 9043522a authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Fix RICH QMT test options for MC decoding

parent b1aad0e5
No related branches found
No related tags found
2 merge requests!3788Draft: Update SciFi cluster monitoring,!3642Performance Updates to RICH Reconstruction
......@@ -136,10 +136,8 @@ if not useMCHits:
]
else:
from Configurables import Rich__Future__MC__DecodedDataFromMCRichHits as RichMCDecoder
richMCDecode = RichMCDecoder("RichDecodeFromMC")
richMCDecode.IsDetDescMC = isDetDescMC
richMCDecode.RejectBackground = False
richMCDecode.IncludeTimeInfo = is4D
richMCDecode = RichMCDecoder(
"RichDecodeFromMC", IsDetDescMC=isDetDescMC, IncludeTimeInfo=is4D)
all.Members += [richMCDecode]
# DataType
......
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