8 name='LArCellPreparationAlg',
9 NumberOfEnergyBits = 6,
10 ValueLeastSignificantBit = 40,
12 gblLArCellsKey = "GlobalLArCells",
15 cfg = ComponentAccumulator()
17 alg = CompFactory.GlobalSim.LArCellPreparationAlg(name)
19 if OutputLevel
is not None:
20 alg.OutputLevel = OutputLevel
22 alg.numberOfEnergyBits = NumberOfEnergyBits
23 alg.valueLeastSignificantBit = ValueLeastSignificantBit
24 alg.valueGainFactor = ValueGainFactor
25 alg.GlobalLArCellsKey = gblLArCellsKey