ATLAS Offline Software
|
#include <RtCalibrationOutput.h>
Public Member Functions | |
RtCalibrationOutput (std::shared_ptr< const IRtRelation > rt_rel, std::shared_ptr< const RtFullInfo > fi) | |
virtual | ~RtCalibrationOutput ()=default |
std::shared_ptr< const IRtRelation > | rt () const |
access to private attributes More... | |
std::shared_ptr< const RtFullInfo > | fullInfo () const |
virtual const std::string & | name () const |
Private Attributes | |
std::shared_ptr< const IRtRelation > | m_rtRelation |
std::shared_ptr< const RtFullInfo > | m_fullInfo |
additonal info for validation More... | |
std::string | m_name |
Class for communication between event loop and rt calibration algorithm contains only a rt relation for now.
Definition at line 21 of file RtCalibrationOutput.h.
|
inline |
Definition at line 23 of file RtCalibrationOutput.h.
|
virtualdefault |
|
inline |
Definition at line 28 of file RtCalibrationOutput.h.
|
inlinevirtualinherited |
Definition at line 36 of file IMdtCalibrationOutput.h.
|
inline |
|
private |
additonal info for validation
Definition at line 34 of file RtCalibrationOutput.h.
|
privateinherited |
Definition at line 39 of file IMdtCalibrationOutput.h.
|
private |
Definition at line 32 of file RtCalibrationOutput.h.