Skip to content
Snippets Groups Projects
Commit 8c91545f authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'MuonTruthDecoration_NSW' into 'master'

Correct configuration for MuonTruthDecorationAlg and NSW

See merge request atlas/athena!23301
parents ed3859fd 000c3710
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,8 @@ if rec.doTruth() and DetFlags.makeRIO.Muon_on(): ...@@ -101,6 +101,8 @@ if rec.doTruth() and DetFlags.makeRIO.Muon_on():
topSequence += Muon__MuonTruthDecorationAlg("MuonTruthDecorationAlg") topSequence += Muon__MuonTruthDecorationAlg("MuonTruthDecorationAlg")
from AthenaCommon import CfgGetter from AthenaCommon import CfgGetter
topSequence.MuonTruthDecorationAlg.MCTruthClassifier = CfgGetter.getPublicTool("MCTruthClassifier") topSequence.MuonTruthDecorationAlg.MCTruthClassifier = CfgGetter.getPublicTool("MCTruthClassifier")
if muonRecFlags.doNSWNewThirdChain():
topSequence.MuonTruthDecorationAlg.SDOs=["RPC_SDO","TGC_SDO","MDT_SDO","MM_SDO","sTGC_SDO"]
try: try:
from PyUtils.MetaReaderPeeker import metadata from PyUtils.MetaReaderPeeker import metadata
......
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