ATLAS Offline Software
Functions | Variables
GlobalSimAlgCfg_ERatio Namespace Reference

Functions

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

Variables

 logger
 

Function Documentation

◆ GlobalSimulationAlgCfg()

def GlobalSimAlgCfg_ERatio.GlobalSimulationAlgCfg (   flags,
  name = "GlobalSimEratioAlg",
  OutputLevel = DEBUG,
  dump = False 
)

Definition at line 11 of file GlobalSimAlgCfg_ERatio.py.

11 def GlobalSimulationAlgCfg(flags,
12  name="GlobalSimEratioAlg",
13  OutputLevel=DEBUG,
14  dump=False):
15  cfg = ComponentAccumulator()
16  alg = CompFactory.GlobalSim.GlobalSimulationAlg(name)
17  eratioTool = CompFactory.GlobalSim.ERatioAlgTool(name+'AlgTool')
18  eratioTool.enableDump = dump
19  eratioTool.OutputLevel = OutputLevel
20 
21  alg.globalsim_algs = [eratioTool]
22  alg.enableDumps = dump
23 
24  cfg.addEventAlgo(alg)
25 
26  return cfg

Variable Documentation

◆ logger

GlobalSimAlgCfg_ERatio.logger

Definition at line 7 of file GlobalSimAlgCfg_ERatio.py.

GlobalSimAlgCfg_ERatio.GlobalSimulationAlgCfg
def GlobalSimulationAlgCfg(flags, name="GlobalSimEratioAlg", OutputLevel=DEBUG, dump=False)
Definition: GlobalSimAlgCfg_ERatio.py:11
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302