diff --git a/Trigger/TrigSteer/ViewAlgsTest/share/ID_RawDataMT_Trigger.py b/Trigger/TrigSteer/ViewAlgsTest/share/ID_RawDataMT_Trigger.py
index 17dfa8533b0455699e33eda5e60ef6269858594c..3073d626d07dd5c92950a2a8bc743913a85f0a03 100644
--- a/Trigger/TrigSteer/ViewAlgsTest/share/ID_RawDataMT_Trigger.py
+++ b/Trigger/TrigSteer/ViewAlgsTest/share/ID_RawDataMT_Trigger.py
@@ -57,14 +57,19 @@ from AtlasGeoModel import GeoModelInit
 from AthenaCommon.AlgSequence import AlgSequence 
 topSequence = AlgSequence()
 
+# -------------------- Condition Data Access --------------------------------
+# Conditions Service for reading conditions data in serial and MT Athena
+
+from IOVSvc.IOVSvcConf import CondSvc
+svcMgr += CondSvc()
+
+# Special Condition Sequence for CondInputLoader and client Condition Algorithms
 from AthenaCommon.AlgSequence import AthSequencer
 condSeq = AthSequencer("AthCondSeq")
 
-if not hasattr( topSequence, "xAODMaker::EventInfoCnvAlg" ) :
-    from xAODEventInfoCnv.xAODEventInfoCreator import xAODMaker__EventInfoCnvAlg
-    condSeq+=xAODMaker__EventInfoCnvAlg()
-    pass
-
+# CondInputLoader and Condition Store
+from IOVSvc.IOVSvcConf import CondInputLoader
+condSeq += CondInputLoader( "CondInputLoader")
 
 include( "ByteStreamCnvSvc/BSEventStorageEventSelector_jobOptions.py" )
 inputfile="root://eosatlas//eos/atlas/atlascerngroupdisk/trig-daq/validation/test_data/data16_13TeV.00309640.physics_EnhancedBias.merge.RAW/data16_13TeV.00309640.physics_EnhancedBias.merge.RAW._lb0628._SFO-1._0001.1"