![]() |
ATLAS Offline Software
|
#include <INtupleCalibrationTool.h>
Public Member Functions | |
| virtual | ~INtupleCalibrationTool ()=default |
| destructor | |
| virtual StatusCode | handleEvent (std::shared_ptr< const MuonCalibEvent > &, int, const std::vector< std::shared_ptr< MuonCalibSegment > > &, unsigned int)=0 |
| is called one per event, when the event is read | |
| virtual StatusCode | analyseSegments (const std::vector< std::shared_ptr< MuonCalibSegment > > &)=0 |
| is called at the end of the analysis | |
| virtual std::shared_ptr< IMdtCalibrationOutput > | getResults () const =0 |
| get calibration results | |
| virtual std::shared_ptr< IRtResolution > | getResolution () const =0 |
| get resolution | |
| virtual bool | KeepSegments () const |
| return true if ther segment vector in analyseSegments is needed. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| interface method | |
Definition at line 29 of file INtupleCalibrationTool.h.
|
virtualdefault |
destructor
|
pure virtual |
is called at the end of the analysis
|
pure virtual |
get resolution
|
pure virtual |
get calibration results
|
pure virtual |
is called one per event, when the event is read
|
inlinestatic |
interface method
Definition at line 34 of file INtupleCalibrationTool.h.
|
inlinevirtual |
return true if ther segment vector in analyseSegments is needed.
If this function returns false, the segments are not stored in the segment vector
Definition at line 50 of file INtupleCalibrationTool.h.