#include <Det/DetDesc/ICalibration.h>
Inheritance diagram for ICalibration:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual IDetectorElement * | detElem () 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 Condition * | condition ()=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 InterfaceID & | interfaceID () |
| retrieve the uniqie interface identifier | |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Definition at line 18 of file ICalibration.h.
| static const InterfaceID& IConditionInfo::interfaceID | ( | ) | [inline, static, inherited] |
retrieve the uniqie 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] |
| virtual Condition* IConditionInfo::condition | ( | ) | [pure virtual, inherited] |
1.4.7