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

Functions

 L0MuonMDTSimCfg (flags, name="L0MuonMDTSim", **kwargs)

Variables

 _log = logging.getLogger(__name__)

Function Documentation

◆ L0MuonMDTSimCfg()

L0MuonMDTConfig.L0MuonMDTSimCfg ( flags,
name = "L0MuonMDTSim",
** kwargs )
Config for L0Muon::MDTSimulation.

- Books THistSvc (stream 'EXPERT').
- MinWindow95 histograms are created/registered directly in C++ finalize()
  via THistSvc.

Definition at line 11 of file L0MuonMDTConfig.py.

11def L0MuonMDTSimCfg(flags, name="L0MuonMDTSim", **kwargs):
12 """
13 Config for L0Muon::MDTSimulation.
14
15 - Books THistSvc (stream 'EXPERT').
16 - MinWindow95 histograms are created/registered directly in C++ finalize()
17 via THistSvc.
18 """
19 acc = ComponentAccumulator()
20
21
22 # --- Algorithm ---
23 alg = CompFactory.L0Muon.MDTSimulation(name=name, **kwargs)
24
25
26
27 acc.addEventAlgo(alg, primary=True)
28 return acc

Variable Documentation

◆ _log

L0MuonMDTConfig._log = logging.getLogger(__name__)
protected

Definition at line 8 of file L0MuonMDTConfig.py.