2from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3from AthenaConfiguration.ComponentFactory
import CompFactory
7 result = ComponentAccumulator()
8 result.addService( CompFactory.LArG4.BarrelCryostat.CalibrationCalculator(name, **kwargs), primary=
True )
13 result = ComponentAccumulator()
14 result.addService( CompFactory.LArG4.BarrelCryostat.CalibrationLArCalculator(name, **kwargs), primary=
True )
19 result = ComponentAccumulator()
20 result.addService( CompFactory.LArG4.BarrelCryostat.CalibrationMixedCalculator(name, **kwargs), primary=
True )
25 result = ComponentAccumulator()
26 result.addService( CompFactory.LArG4.DM.CalibrationCalculator(name, **kwargs), primary=
True )
31 result = ComponentAccumulator()
32 result.addService( CompFactory.LArG4.Barrel.CalibrationCalculator(name, **kwargs), primary=
True )
37 result = ComponentAccumulator()
38 result.addService( CompFactory.LArG4.BarrelPresampler.CalibrationCalculator(name, **kwargs), primary=
True )
43 result = ComponentAccumulator()
45 result.addService(CompFactory.LArBarrelCalculator(name, **kwargs), primary=
True)
50 result = ComponentAccumulator()
53 result.addService(CompFactory.LArBarrelPresamplerCalculator(name, **kwargs), primary=
True)
58 result = ComponentAccumulator()
59 result.addService(CompFactory.LArG4.Barrel.Geometry(name, **kwargs), primary=
True)
64 result = ComponentAccumulator()
65 result.addService(CompFactory.LArG4.BarrelPresampler.Geometry(name, **kwargs), primary=
True)
BarrelPresamplerCalibrationCalculatorCfg(flags, name="BarrelPresamplerCalibrationCalculator", **kwargs)
LArBarrelPresamplerGeometryCfg(flags, name="LArBarrelPresamplerGeometry", **kwargs)
BarrelCryostatCalibrationCalculatorCfg(flags, name="BarrelCryostatCalibrationCalculator", **kwargs)
EMBPresamplerCalculatorCfg(flags, name="EMBPresamplerCalculator", **kwargs)
LArBarrelGeometryCfg(flags, name="LArBarrelGeometry", **kwargs)
BarrelCryostatCalibrationLArCalculatorCfg(flags, name="BarrelCryostatCalibrationLArCalculator", **kwargs)
EMBCalculatorCfg(flags, name="EMBCalculator", **kwargs)
DMCalibrationCalculatorCfg(flags, name="DMCalibrationCalculator", **kwargs)
BarrelCalibrationCalculatorCfg(flags, name="BarrelCalibrationCalculator", **kwargs)
BarrelCryostatCalibrationMixedCalculatorCfg(flags, name="BarrelCryostatCalibrationMixedCalculator", **kwargs)