![]() |
ATLAS Offline Software
|
Interface to pass calibration output during calibration. More...
#include <IMdtCalibrationOutput.h>
Public Member Functions | |
| IMdtCalibrationOutput (const std::string &name) | |
| constructor, string used to identify the instance | |
| virtual | ~IMdtCalibrationOutput () |
| destructor | |
| virtual const std::string & | name () const |
Private Attributes | |
| std::string | m_name |
Interface to pass calibration output during calibration.
To access any members from the implementations a dynamic_cast is required.
Definition at line 28 of file IMdtCalibrationOutput.h.
|
inline |
constructor, string used to identify the instance
Definition at line 31 of file IMdtCalibrationOutput.h.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 36 of file IMdtCalibrationOutput.h.
|
private |
Definition at line 39 of file IMdtCalibrationOutput.h.