ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Functions
MuonHoughDataNtuple Namespace Reference
Functions
MakeMuonHoughDataNtuple
(flags, name="MuonHoughDataNtuple", **kwargs)
Function Documentation
◆
MakeMuonHoughDataNtuple()
MakeMuonHoughDataNtuple
(
flags
,
name
=
"MuonHoughDataNtuple"
,
**
kwargs
)
Definition at line
6
of file
MuonHoughDataNtuple.py
.
6
def
MakeMuonHoughDataNtuple(flags, name="MuonHoughDataNtuple", **kwargs):
7
result = ComponentAccumulator()
8
from
MuonGeoModelTestR4.testGeoModel
import
setupHistSvcCfg
9
result.merge(setupHistSvcCfg(flags, outFile=
"MuonHoughDataNtuple.root"
, outStream=
"MuonHoughDataNtuple"
))
10
theAlg = CompFactory.MuonHoughDataNtuple(name, **kwargs)
11
result.addEventAlgo(theAlg, primary=
True
)
12
return
result
Generated on
for ATLAS Offline Software by
1.17.0