ATLAS Offline Software
Loading...
Searching...
No Matches
MdtDataPreparator_test.TestAlg Class Reference
Inheritance diagram for MdtDataPreparator_test.TestAlg:
Collaboration diagram for MdtDataPreparator_test.TestAlg:

Public Member Functions

 __init__ (self, name)
 initialize (self)
 execute (self)

Public Attributes

 tool = ROOT.ToolHandle(ROOT.AthAlgTool)('TrigL2MuonSA::MdtDataPreparator')

Detailed Description

Definition at line 19 of file MdtDataPreparator_test.py.

Constructor & Destructor Documentation

◆ __init__()

MdtDataPreparator_test.TestAlg.__init__ ( self,
name )

Definition at line 20 of file MdtDataPreparator_test.py.

20 def __init__ (self, name):
21 Alg.__init__ (self, name)
22 return
23

Member Function Documentation

◆ execute()

MdtDataPreparator_test.TestAlg.execute ( self)

Definition at line 33 of file MdtDataPreparator_test.py.

33 def execute (self):
34 return StatusCode.Success
35
36

◆ initialize()

MdtDataPreparator_test.TestAlg.initialize ( self)

Definition at line 24 of file MdtDataPreparator_test.py.

24 def initialize (self):
25 #ROOT.Muon.IMuonRdoToPrepDataTool
26
27 self.tool = ROOT.ToolHandle(ROOT.AthAlgTool)('TrigL2MuonSA::MdtDataPreparator')
28 if not self.tool.retrieve():
29 assert 0
30 return StatusCode.Success
31
32
void initialize()

Member Data Documentation

◆ tool

MdtDataPreparator_test.TestAlg.tool = ROOT.ToolHandle(ROOT.AthAlgTool)('TrigL2MuonSA::MdtDataPreparator')

Definition at line 27 of file MdtDataPreparator_test.py.


The documentation for this class was generated from the following file: