Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions | Variables
L0MuonS1TGCConfig Namespace Reference

Functions

def L0MuonTGCSimCfg (flags, name="L0Muon.TGCSimulation", **kwargs)
 

Variables

 parser
 
 inputFile
 
 nEvents
 
 args
 
 flags
 
 MsgSuppression
 
 acc
 
 TgcDigitContainer
 
 TgcRdoContainer
 
 OutputLevel
 

Function Documentation

◆ L0MuonTGCSimCfg()

def L0MuonS1TGCConfig.L0MuonTGCSimCfg (   flags,
  name = "L0Muon.TGCSimulation",
**  kwargs 
)

Definition at line 6 of file L0MuonS1TGCConfig.py.

6 def L0MuonTGCSimCfg(flags, name = "L0Muon.TGCSimulation", **kwargs):
7 
8  result = ComponentAccumulator()
9 
10  alg = CompFactory.L0Muon.TGCSimulation(name = name, **kwargs)
11 
12  from AthenaMonitoringKernel.GenericMonitoringTool import GenericMonitoringTool
13  monTool = GenericMonitoringTool(flags, 'MonTool')
14  monTool.defineHistogram('nTgcDigits', path='EXPERT', type='TH1F', title=';n_{Digit}^{TGC};Events', xbins=50, xmin=0, xmax=100)
15 
16  alg.MonTool = monTool
17 
18  histSvc = CompFactory.THistSvc(Output=["EXPERT DATAFILE='" + name + ".root' OPT='RECREATE'"])
19 
20  result.addEventAlgo(alg)
21  result.addService(histSvc)
22  return result
23 
24 

Variable Documentation

◆ acc

L0MuonS1TGCConfig.acc

Definition at line 37 of file L0MuonS1TGCConfig.py.

◆ args

L0MuonS1TGCConfig.args

Definition at line 32 of file L0MuonS1TGCConfig.py.

◆ flags

L0MuonS1TGCConfig.flags

Definition at line 34 of file L0MuonS1TGCConfig.py.

◆ inputFile

L0MuonS1TGCConfig.inputFile

Definition at line 29 of file L0MuonS1TGCConfig.py.

◆ MsgSuppression

L0MuonS1TGCConfig.MsgSuppression

Definition at line 35 of file L0MuonS1TGCConfig.py.

◆ nEvents

L0MuonS1TGCConfig.nEvents

Definition at line 30 of file L0MuonS1TGCConfig.py.

◆ OutputLevel

L0MuonS1TGCConfig.OutputLevel

Definition at line 45 of file L0MuonS1TGCConfig.py.

◆ parser

L0MuonS1TGCConfig.parser

Definition at line 28 of file L0MuonS1TGCConfig.py.

◆ TgcDigitContainer

L0MuonS1TGCConfig.TgcDigitContainer

Definition at line 41 of file L0MuonS1TGCConfig.py.

◆ TgcRdoContainer

L0MuonS1TGCConfig.TgcRdoContainer

Definition at line 41 of file L0MuonS1TGCConfig.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
GenericMonitoringTool
Definition: GenericMonitoringTool.h:53
L0MuonS1TGCConfig.L0MuonTGCSimCfg
def L0MuonTGCSimCfg(flags, name="L0Muon.TGCSimulation", **kwargs)
Definition: L0MuonS1TGCConfig.py:6