Skip to content
Snippets Groups Projects
Commit 05db535a authored by Peter Onyisi's avatar Peter Onyisi
Browse files

Fix missing period

parent e5721969
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ if __name__=='__main__':
from AthenaConfiguration.ComponentFactory import CompFactory
if len([_ for _ in cfg._conditionsAlgs if _.getName()=="PixelDetectorElementCondAlg"]) > 0:
beginseq = cfg.getSequence("AthBeginSeq")
beginseq += CompFactoryForceIDConditionsAlg("ForceIDConditionsAlg")
beginseq += CompFactory.ForceIDConditionsAlg("ForceIDConditionsAlg")
if len([_ for _ in cfg._conditionsAlgs if _.getName()=="MuonAlignmentCondAlg"]) > 0:
beginseq = cfg.getSequence("AthBeginSeq")
beginseq += CompFactory.ForceMSConditionsAlg("ForceMSConditionsAlg")
......
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