Skip to content
Snippets Groups Projects
Commit 11c19c27 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2: Committed by Adam Edward Barton
Browse files

MuonART - First bunch of test fixes

parent c6e98c9f
No related branches found
No related tags found
No related merge requests found
...@@ -111,9 +111,9 @@ if rec.doTruth() and DetFlags.makeRIO.Muon_on(): ...@@ -111,9 +111,9 @@ if rec.doTruth() and DetFlags.makeRIO.Muon_on():
getService("AtlasTrackingGeometrySvc") getService("AtlasTrackingGeometrySvc")
from MuonTruthAlgs.MuonTruthAlgsConf import Muon__MuonTruthDecorationAlg from MuonTruthAlgs.MuonTruthAlgsConf import Muon__MuonTruthDecorationAlg
topSequence += Muon__MuonTruthDecorationAlg("MuonTruthDecorationAlg") topSequence += Muon__MuonTruthDecorationAlg("MuonTruthDecorationAlg")
from MCTruthClassifier.MCTruthClassifierConf import MCTruthClassifier from MCTruthClassifier.MCTruthClassifierBase import MCTruthClassifier
from AthenaCommon import CfgGetter from AthenaCommon import CfgGetter
topSequence.MuonTruthDecorationAlg.MCTruthClassifier = CfgGetter.getPublicTool(MCTruthClassifier(name="MCTruthClassifier",ParticleCaloExtensionTool="")) topSequence.MuonTruthDecorationAlg.MCTruthClassifier = MCTruthClassifier
topSequence.MuonTruthDecorationAlg.SDOs=["RPC_SDO","TGC_SDO","MDT_SDO"] topSequence.MuonTruthDecorationAlg.SDOs=["RPC_SDO","TGC_SDO","MDT_SDO"]
PRD_TruthMaps = ["RPC_TruthMap","TGC_TruthMap","MDT_TruthMap"] PRD_TruthMaps = ["RPC_TruthMap","TGC_TruthMap","MDT_TruthMap"]
if (MuonGeometryFlags.hasSTGC() and MuonGeometryFlags.hasMM()): if (MuonGeometryFlags.hasSTGC() and MuonGeometryFlags.hasMM()):
......
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