4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
5 from AthenaConfiguration.ComponentFactory
import CompFactory
8 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_strip"""
10 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_strip(name, **kwargs))
14 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_strip_ec"""
16 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_strip_ec(name, **kwargs))
20 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_middleback"""
22 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_middleback(name, **kwargs))
26 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_middleback_ecow"""
28 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_middleback_ecow(name, **kwargs))
32 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_middleback_eciw"""
34 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_middleback_eciw(name, **kwargs))
38 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_stripmiddle"""
40 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_stripmiddle(name, **kwargs))
44 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_stripmiddle_ec"""
46 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_stripmiddle_ec(name, **kwargs))
50 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_2strip"""
52 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_2strip(name, **kwargs))
56 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_2strip_ec"""
58 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_2strip_ec(name, **kwargs))
62 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_middle1"""
64 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_middle1(name, **kwargs))
68 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_middle2"""
70 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_middle2(name, **kwargs))
74 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_middle1_ec"""
76 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_middle1_ec(name, **kwargs))
80 """Return ComponentAccumulator with configured LArXTalkWeightCondAlg_middle2_ec"""
82 acc.addCondAlgo(CompFactory.LArXTalkWeightCondAlg_middle2_ec(name, **kwargs))
86 """Return ComponentAccumulator with configured LArXTalkWeightGlobalCondAlg"""
88 acc.addCondAlgo(CompFactory.LArXTalkWeightGlobalCondAlg(name, **kwargs))