3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
8 from MuonGeoModelTestR4.testGeoModel
import setupHistSvcCfg
9 result.merge(
setupHistSvcCfg(flags, outFile=
"MuonHoughDataNtuple.root", outStream=
"MuonHoughDataNtuple"))
10 theAlg = CompFactory.MuonHoughDataNtuple(name, **kwargs)
11 result.addEventAlgo(theAlg, primary=
True)