3 __doc__ =
"""Configure egammaLargeFWDClusterMaker,
4 which chooses cells to store in the AOD"""
5 __author__ =
"Jovan Mitrevski"
7 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
8 from AthenaConfiguration.ComponentFactory
import CompFactory
13 name="egammaFWDLCMakerTool",
18 kwargs.setdefault(
"CellsName", flags.Egamma.Keys.Input.CaloCells)
19 kwargs.setdefault(
"InputClusterCollection",
20 flags.Egamma.Keys.Output.ForwardClusters)
21 kwargs.setdefault(
"doFWDelesurraundingWindows",
True)
23 acc.setPrivateTools(CompFactory.egammaLargeClusterMaker(name, **kwargs))