The Gaudi Framework  v36r6 (b1ee9983)
GaudiKernel.GaudiHandles.PrivateToolHandle Class Reference
Inheritance diagram for GaudiKernel.GaudiHandles.PrivateToolHandle:
Collaboration diagram for GaudiKernel.GaudiHandles.PrivateToolHandle:

Public Member Functions

def __init__ (self, toolTypeAndName="")
 
- Public Member Functions inherited from GaudiKernel.GaudiHandles.GaudiHandle
def __repr__ (self)
 
def __str__ (self)
 
def __opt_value__ (self)
 
def toStringProperty (self)
 
def getType (self)
 
def getName (self)
 
def getGaudiHandle (self)
 
def getFullName (self)
 
def __eq__ (self, other)
 

Static Public Attributes

string componentType = "AlgTool"
 
bool isPublic = False
 
- Static Public Attributes inherited from GaudiKernel.GaudiHandles.GaudiHandle
string componentType = "Unspecified"
 
bool isPublic = True
 

Static Private Attributes

tuple __slots__ = ()
 

Additional Inherited Members

- Public Attributes inherited from GaudiKernel.GaudiHandles.GaudiHandle
 typeAndName
 

Detailed Description

Definition at line 103 of file GaudiHandles.py.

Constructor & Destructor Documentation

◆ __init__()

def GaudiKernel.GaudiHandles.PrivateToolHandle.__init__ (   self,
  toolTypeAndName = "" 
)

Reimplemented from GaudiKernel.GaudiHandles.GaudiHandle.

Definition at line 108 of file GaudiHandles.py.

108  def __init__(self, toolTypeAndName=""):
109  GaudiHandle.__init__(self, toolTypeAndName)
110 
111 

Member Data Documentation

◆ __slots__

tuple GaudiKernel.GaudiHandles.PrivateToolHandle.__slots__ = ()
staticprivate

Definition at line 104 of file GaudiHandles.py.

◆ componentType

string GaudiKernel.GaudiHandles.PrivateToolHandle.componentType = "AlgTool"
static

Definition at line 105 of file GaudiHandles.py.

◆ isPublic

bool GaudiKernel.GaudiHandles.PrivateToolHandle.isPublic = False
static

Definition at line 106 of file GaudiHandles.py.


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