ATLAS Offline Software
Loading...
Searching...
No Matches
EMClusterToolConfig Namespace Reference

Functions

 EMClusterToolCfg (flags, name='EMClusterTool', **kwargs)

Variables

 flags = initConfigFlags()
 Files
 cfg = ComponentAccumulator()
 mlog = logging.getLogger("EMClusterToolConfigTest")
 nestLevel
 printDefaults
 f = open("emclustertool.pkl", "wb")

Detailed Description

Configuration for EMClusterTool 

Function Documentation

◆ EMClusterToolCfg()

EMClusterToolConfig.EMClusterToolCfg ( flags,
name = 'EMClusterTool',
** kwargs )

Definition at line 13 of file EMClusterToolConfig.py.

13def EMClusterToolCfg(flags, name='EMClusterTool', **kwargs):
14
15 mlog = logging.getLogger(name)
16 mlog.debug('Start configuration')
17
18 acc = ComponentAccumulator()
19
20 if "MVACalibSvc" not in kwargs:
21 mvacal = egammaMVASvcCfg(flags)
22 kwargs["MVACalibSvc"] = acc.getPrimaryAndMerge(mvacal)
23 kwargs.setdefault("OutputClusterContainerName",
24 flags.Egamma.Keys.Output.CaloClusters)
25
26 tool = CompFactory.EMClusterTool(name, **kwargs)
27
28 acc.setPrivateTools(tool)
29 return acc
30
31

Variable Documentation

◆ cfg

EMClusterToolConfig.cfg = ComponentAccumulator()

Definition at line 43 of file EMClusterToolConfig.py.

◆ f

EMClusterToolConfig.f = open("emclustertool.pkl", "wb")

Definition at line 51 of file EMClusterToolConfig.py.

◆ Files

EMClusterToolConfig.Files

Definition at line 38 of file EMClusterToolConfig.py.

◆ flags

EMClusterToolConfig.flags = initConfigFlags()

Definition at line 37 of file EMClusterToolConfig.py.

◆ mlog

EMClusterToolConfig.mlog = logging.getLogger("EMClusterToolConfigTest")

Definition at line 44 of file EMClusterToolConfig.py.

◆ nestLevel

EMClusterToolConfig.nestLevel

Definition at line 48 of file EMClusterToolConfig.py.

◆ printDefaults

EMClusterToolConfig.printDefaults

Definition at line 49 of file EMClusterToolConfig.py.