9 gblLArCellsKey = "GlobalLArCells",
10 writeMuxInputBitstreamToFile = True,
11 writeMuxOutputBitstreamToFile = True,
14 cfg = ComponentAccumulator()
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