![]() |
ATLAS Offline Software
|
#include <ICalibSegmentPreparationTool.h>
Public Member Functions | |
| virtual | ~ICalibSegmentPreparationTool ()=default |
| Destructor. | |
| virtual bool | prepareSegments (std::shared_ptr< const MuonCalibEvent > &event, std::map< NtupleStationId, std::shared_ptr< MuonCalibSegment > > &)=0 |
| Method to prepare the segments. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| get the interface ID | |
Definition at line 29 of file ICalibSegmentPreparationTool.h.
|
virtualdefault |
Destructor.
|
inlinestatic |
get the interface ID
Definition at line 36 of file ICalibSegmentPreparationTool.h.
|
pure virtual |
Method to prepare the segments.
The methods updates segments and remove segments from the map in case of failure.
| event | Current event (contains raw hits and other useful objects). |
| segments | Vector of segments to be prepared. |