ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MdtDataPreparator_test.TestAlg Class Reference
Inheritance diagram for MdtDataPreparator_test.TestAlg:
Collaboration diagram for MdtDataPreparator_test.TestAlg:

Public Member Functions

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

Public Attributes

 tool
 

Detailed Description

Definition at line 19 of file MdtDataPreparator_test.py.

Constructor & Destructor Documentation

◆ __init__()

def 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()

def 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()

def 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 

Member Data Documentation

◆ tool

MdtDataPreparator_test.TestAlg.tool

Definition at line 27 of file MdtDataPreparator_test.py.


The documentation for this class was generated from the following file:
python.PyKernel.retrieve
def retrieve(aClass, aKey=None)
Definition: PyKernel.py:110
initialize
void initialize()
Definition: run_EoverP.cxx:894
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18