3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
8 name='LArCellPreparationAlg',
9 NumberOfEnergyBits = 6,
10 ValueLeastSignificantBit = 40,
12 gblLArCellsKey = "GlobalLArCells",
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