ATLAS Offline Software
IHGTD_TOFcorrectionTool.h
Go to the documentation of this file.
1 
15 #ifndef IHGTD_TOFCORRECTIONTOOL_H
16 #define IHGTD_TOFCORRECTIONTOOL_H
17 
18 #include "GaudiKernel/AlgTool.h"
19 
20 namespace Trk {
21 class Track;
22 }
23 
24 class HGTD_Cluster;
25 
26 class IHGTD_TOFcorrectionTool : virtual public IAlgTool {
27 
28 public:
31 
44  virtual std::pair<float, float> correctTimeAndResolution(
45  const Trk::Track& track, const HGTD_Cluster& cluster,
46  const float time_of_arrival, const float time_of_arrival_err) const = 0;
47 };
48 
49 #endif // IHGTD_TOFCORRECTIONTOOL_H
Trk::Track
The ATLAS Track class.
Definition: Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
IHGTD_TOFcorrectionTool
Definition: IHGTD_TOFcorrectionTool.h:26
HGTD_Cluster
Definition: HGTD_Cluster.h:35
IHGTD_TOFcorrectionTool::correctTimeAndResolution
virtual std::pair< float, float > correctTimeAndResolution(const Trk::Track &track, const HGTD_Cluster &cluster, const float time_of_arrival, const float time_of_arrival_err) const =0
Corrects and calibrates the measured time of arrival (TOA) and its resolution using information from ...
IHGTD_TOFcorrectionTool::DeclareInterfaceID
DeclareInterfaceID(IHGTD_TOFcorrectionTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Track
Definition: TriggerChamberClusterOnTrackCreator.h:21
xAOD::track
@ track
Definition: TrackingPrimitives.h:512