3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
9 gblLArCellsKey = "GlobalLArCells",
10 writeMuxInputBitstreamToFile = True,
11 writeMuxOutputBitstreamToFile = True,
16 alg = CompFactory.GlobalSim.LArCellMuxAlg(name)
18 if OutputLevel
is not None:
19 alg.OutputLevel = OutputLevel
21 alg.GlobalLArCellsKey = gblLArCellsKey
22 alg.WriteMuxInputBitstreamToFile = writeMuxInputBitstreamToFile
23 alg.WriteMuxOutputBitstreamToFile = writeMuxOutputBitstreamToFile