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

Functions

def L0MuonRPCSimCfg (flags, name="L0MuonRPCSim", **kwargs)
 

Variables

 _log
 
 parser
 
 inputFile
 
 nEvents
 
 args
 
 flags
 
 MsgSuppression
 
 acc
 
 name
 
 OutputLevel
 

Function Documentation

◆ L0MuonRPCSimCfg()

def L0MuonS1RPCConfig.L0MuonRPCSimCfg (   flags,
  name = "L0MuonRPCSim",
**  kwargs 
)

Definition at line 8 of file L0MuonS1RPCConfig.py.

8 def L0MuonRPCSimCfg(flags, name = "L0MuonRPCSim", **kwargs):
9 
10  result = ComponentAccumulator()
11 
12  alg = CompFactory.L0Muon.RPCSimulation(name = name, **kwargs)
13 
14  from AthenaMonitoringKernel.GenericMonitoringTool import GenericMonitoringTool
15  monTool = GenericMonitoringTool(flags, 'MonTool')
16  monTool.HistPath = 'L0MuonRPCSim'
17  monTool.defineHistogram('track_input_eta', path='EXPERT', type='TH1F', title=';#eta_{#mu}^{truth};Muons', xbins=50, xmin=-3, xmax=3)
18 
19  alg.MonTool = monTool
20 
21  histSvc = CompFactory.THistSvc(Output=["EXPERT DATAFILE='" + name + ".root' OPT='RECREATE'"])
22 
23  result.addEventAlgo(alg)
24  result.addService(histSvc)
25  return result
26 
27 

Variable Documentation

◆ _log

L0MuonS1RPCConfig._log
private

Definition at line 6 of file L0MuonS1RPCConfig.py.

◆ acc

L0MuonS1RPCConfig.acc

Definition at line 39 of file L0MuonS1RPCConfig.py.

◆ args

L0MuonS1RPCConfig.args

Definition at line 34 of file L0MuonS1RPCConfig.py.

◆ flags

L0MuonS1RPCConfig.flags

Definition at line 36 of file L0MuonS1RPCConfig.py.

◆ inputFile

L0MuonS1RPCConfig.inputFile

Definition at line 31 of file L0MuonS1RPCConfig.py.

◆ MsgSuppression

L0MuonS1RPCConfig.MsgSuppression

Definition at line 37 of file L0MuonS1RPCConfig.py.

◆ name

L0MuonS1RPCConfig.name

Definition at line 46 of file L0MuonS1RPCConfig.py.

◆ nEvents

L0MuonS1RPCConfig.nEvents

Definition at line 32 of file L0MuonS1RPCConfig.py.

◆ OutputLevel

L0MuonS1RPCConfig.OutputLevel

Definition at line 47 of file L0MuonS1RPCConfig.py.

◆ parser

L0MuonS1RPCConfig.parser

Definition at line 30 of file L0MuonS1RPCConfig.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
GenericMonitoringTool
Definition: GenericMonitoringTool.h:53
L0MuonS1RPCConfig.L0MuonRPCSimCfg
def L0MuonRPCSimCfg(flags, name="L0MuonRPCSim", **kwargs)
Definition: L0MuonS1RPCConfig.py:8