3 from AthenaConfiguration.ComponentFactory 
import CompFactory
 
    4 from AthenaConfiguration.ComponentAccumulator 
import ComponentAccumulator
 
    9         caloCellsProducer="EMB1CellsFromCaloClusters",
 
   15     alg = CompFactory.GepPi0Alg(name)
 
   16     if caloCellsProducer == 
"EMB1CellsFromCaloCells":
 
   17         alg.caloCellsProducer = CompFactory.EMB1CellsFromCaloCells()
 
   19         alg.caloCellsProducer = CompFactory.EMB1CellsFromCaloClusters()
 
   21     if OutputLevel 
is not None:
 
   22         alg.OutputLevel = OutputLevel