| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

ICalibration Class Reference

An abstract interface to get the calibration information of a detector element. More...

#include <Det/DetDesc/ICalibration.h>

Inheritance diagram for ICalibration:

[legend]
Collaboration diagram for ICalibration:
[legend]
List of all members.

Public Types

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR
enum  Status

Public Member Functions

virtual IDetectorElementdetElem () const =0
 Get a pointer to the detector element to which the ConditionInfo belongs.
virtual const std::string & conditionName () const =0
 Get the name of the associated condition.
virtual Conditioncondition ()=0
 Get a pointer to the associated condition.
virtual StatusCode queryInterface (const InterfaceID &riid, void **ppvInterface)=0
virtual unsigned long addRef ()=0
virtual unsigned long release ()=0

Static Public Member Functions

static const InterfaceIDinterfaceID ()
 retrieve the uniqie interface identifier

Public Attributes

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR

Detailed Description

An abstract interface to get the calibration information of a detector element.

Author:
Andrea Valassi
Date:
December 2001

Definition at line 18 of file ICalibration.h.


Member Function Documentation

static const InterfaceID& IConditionInfo::interfaceID (  )  [inline, static, inherited]

retrieve the uniqie interface identifier

Returns:
the unique interface identifier

Reimplemented from IInterface.

Definition at line 34 of file IConditionInfo.h.

00034 { return IID_IConditionInfo; }

virtual IDetectorElement* IConditionInfo::detElem (  )  const [pure virtual, inherited]

Get a pointer to the detector element to which the ConditionInfo belongs.

Implemented in ConditionInfo.

virtual const std::string& IConditionInfo::conditionName (  )  const [pure virtual, inherited]

Get the name of the associated condition.

Implemented in ConditionInfo.

virtual Condition* IConditionInfo::condition (  )  [pure virtual, inherited]

Get a pointer to the associated condition.

Implemented in ConditionInfo.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:00:18 2011 for DetDesc by doxygen 1.4.7