#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/996/GAUDI/GAUDI_v26r4/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/GaudiHandle.h>
|
| GaudiHandleInfo (std::string myComponentType, std::string myParentName) |
| Some basic information and helper functions shared between various handles/arrays. More...
|
|
| GaudiHandleInfo (std::string myComponentType, std::string myParentName) |
| Some basic information and helper functions shared between various handles/arrays. More...
|
|
Definition at line 15 of file GaudiHandle.h.
GaudiHandleInfo::GaudiHandleInfo |
( |
std::string |
myComponentType, |
|
|
std::string |
myParentName |
|
) |
| |
|
inlineprotected |
Some basic information and helper functions shared between various handles/arrays.
- Parameters
-
myComponentType | string indicating what type of component the handle is pointing to. For example: "PublicTool", "PrivateTool", "Service". This is used for printout and on the python side for type checking. On the python side there are classes with these names with "Handle" appended: PublicToolHandle,PrivateToolHandle,ServiceHandle |
myParentName | Name of the parent that has this handle as a member. Used in printout. |
Definition at line 25 of file GaudiHandle.h.
std::string m_componentType
virtual GaudiHandleInfo::~GaudiHandleInfo |
( |
| ) |
|
|
virtualdefault |
virtual destructor so that derived class destructor is called.
GaudiHandleInfo::GaudiHandleInfo |
( |
std::string |
myComponentType, |
|
|
std::string |
myParentName |
|
) |
| |
|
inlineprotected |
Some basic information and helper functions shared between various handles/arrays.
- Parameters
-
myComponentType | string indicating what type of component the handle is pointing to. For example: "PublicTool", "PrivateTool", "Service". This is used for printout and on the python side for type checking. On the python side there are classes with these names with "Handle" appended: PublicToolHandle,PrivateToolHandle,ServiceHandle |
myParentName | Name of the parent that has this handle as a member. Used in printout. |
Definition at line 25 of file GaudiHandle.h.
std::string m_componentType
virtual GaudiHandleInfo::~GaudiHandleInfo |
( |
| ) |
|
|
virtualdefault |
virtual destructor so that derived class destructor is called.
const std::string& GaudiHandleInfo::componentType |
( |
| ) |
const |
|
inline |
const std::string& GaudiHandleInfo::componentType |
( |
| ) |
const |
|
inline |
const std::string& GaudiHandleInfo::parentName |
( |
| ) |
const |
|
inline |
const std::string& GaudiHandleInfo::parentName |
( |
| ) |
const |
|
inline |
const std::string& GaudiHandleInfo::propertyName |
( |
| ) |
const |
|
inline |
name as used in declareProperty(name,gaudiHandle)
Definition at line 39 of file GaudiHandle.h.
std::string m_propertyName
const std::string& GaudiHandleInfo::propertyName |
( |
| ) |
const |
|
inline |
name as used in declareProperty(name,gaudiHandle)
Definition at line 39 of file GaudiHandle.h.
std::string m_propertyName
virtual std::string GaudiHandleInfo::pythonPropertyClassName |
( |
| ) |
const |
|
pure virtual |
virtual std::string GaudiHandleInfo::pythonPropertyClassName |
( |
| ) |
const |
|
pure virtual |
virtual std::string GaudiHandleInfo::pythonRepr |
( |
| ) |
const |
|
pure virtual |
virtual std::string GaudiHandleInfo::pythonRepr |
( |
| ) |
const |
|
pure virtual |
void GaudiHandleInfo::setPropertyName |
( |
std::string |
propName | ) |
|
|
inline |
set name as used in declareProperty(name,gaudiHandle).
Used in printout.
Definition at line 44 of file GaudiHandle.h.
std::string m_propertyName
void GaudiHandleInfo::setPropertyName |
( |
std::string |
propName | ) |
|
|
inline |
set name as used in declareProperty(name,gaudiHandle).
Used in printout.
Definition at line 44 of file GaudiHandle.h.
std::string m_propertyName
std::string GaudiHandleInfo::m_componentType |
|
private |
std::string GaudiHandleInfo::m_parentName |
|
private |
std::string GaudiHandleInfo::m_propertyName |
|
private |
The documentation for this class was generated from the following file:
- InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/GaudiHandle.h