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

Functions

 GlobalSimulationAlgCfg (flags, name="GlobalSimEgamma1eRatio", OutputLevel=DEBUG, dump=False)

Variables

 logger = logging.getLogger(__name__)

Function Documentation

◆ GlobalSimulationAlgCfg()

GlobalSimAlgCfg_Egamma1eRatio.GlobalSimulationAlgCfg ( flags,
name = "GlobalSimEgamma1eRatio",
OutputLevel = DEBUG,
dump = False )

Definition at line 10 of file GlobalSimAlgCfg_Egamma1eRatio.py.

13 dump=False):
14
15 logger.setLevel(OutputLevel)
16
17 cfg = ComponentAccumulator()
18
19 baselineTool = CompFactory.GlobalSim.Egamma1eRatioAlgTool(name+'AlgTool')
20 baselineTool.enableDump = dump
21 baselineTool.OutputLevel = OutputLevel
22
23 alg = CompFactory.GlobalSim.GlobalSimulationAlg(name)
24 alg.globalsim_algs = [baselineTool]
25 alg.enableDumps = dump
26
27 cfg.addEventAlgo(alg)
28
29 return cfg

Variable Documentation

◆ logger

GlobalSimAlgCfg_Egamma1eRatio.logger = logging.getLogger(__name__)

Definition at line 7 of file GlobalSimAlgCfg_Egamma1eRatio.py.