diff --git a/LArCalorimeter/LArROD/share/LArSuperCellEnable.py b/LArCalorimeter/LArROD/share/LArSuperCellEnable.py
index ba46db1b479ba8697b16eedea2b29efdf01c7d8c..31051a5c79e672b0eda67294c20653d59349122b 100644
--- a/LArCalorimeter/LArROD/share/LArSuperCellEnable.py
+++ b/LArCalorimeter/LArROD/share/LArSuperCellEnable.py
@@ -7,6 +7,12 @@ theLArSCL1Maker=LArSCL1Maker()
 from LArROD.LArSCellGetter import LArSCellGetter
 theLArSCellGetter = LArSCellGetter()
 
+from AthenaCommon.AlgSequence import AthSequencer
+condSeq = AthSequencer("AthCondSeq")
+if not hasattr(condSeq,"CaloSuperCellAlignCondAlg"):
+    from CaloAlignmentAlgs.CaloAlignmentAlgsConf import CaloSuperCellAlignCondAlg
+    condSeq += CaloSuperCellAlignCondAlg("CaloSuperCellAlignCondAlg")
+
 streamRDO.ItemList+=["LArDigitContainer#LArDigitSCL2"]
 streamRDO.ItemList+=["CaloCellContainer#SCellnoBCID"]
 streamRDO.ItemList+=["CaloCellContainer#SCell"]