3 from AthenaConfiguration.ComponentAccumulator 
import ComponentAccumulator
 
    4 from AthenaConfiguration.ComponentFactory 
import CompFactory
 
    8     """Configure the BeamSpotCondAlg.""" 
   11     from IOVDbSvc.IOVDbSvcConfig 
import addFoldersSplitOnline,addFolders
 
   12     if flags.Common.doExpressProcessing :
 
   13         acc.merge(
addFolders(flags, 
"/Indet/Onl/Beampos<key>/Indet/Beampos</key>",
"INDET_ONL",
 
   14                              className=
"AthenaAttributeList"))
 
   17                                         "/Indet/Beampos", className=
"AthenaAttributeList",
 
   18                                         extensible=flags.Trigger.doHLT 
and flags.Trigger.Online.isPartition))
 
   20     BeamSpotCondAlg = CompFactory.BeamSpotCondAlg