4 from AthenaConfiguration.ComponentAccumulator 
import ComponentAccumulator
 
    5 from AthenaConfiguration.ComponentFactory 
import CompFactory
 
   10     thinAlg = CompFactory.ThinNegativeEnergyNeutralPFOsAlg(
 
   11         "ThinNegativeEnergyNeutralPFOsAlg",
 
   12         ThinNegativeEnergyNeutralPFOs = 
True,
 
   13         StreamName = StreamName,        
 
   16     acc.addEventAlgo( thinAlg )