ATLAS Offline Software
Loading...
Searching...
No Matches
HighGranularityTimingDetector
HGTD_Reconstruction
HGTD_RecToolInterfaces
HGTD_RecToolInterfaces
IHGTD_TOFcorrectionTool.h
Go to the documentation of this file.
1
14
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
:
30
DeclareInterfaceID
(
IHGTD_TOFcorrectionTool
, 1, 0);
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
HGTD_Cluster
Definition
HGTD_Cluster.h:35
IHGTD_TOFcorrectionTool
Definition
IHGTD_TOFcorrectionTool.h:26
IHGTD_TOFcorrectionTool::DeclareInterfaceID
DeclareInterfaceID(IHGTD_TOFcorrectionTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
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 ...
Trk::Track
The ATLAS Track class.
Definition
Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Generated on
for ATLAS Offline Software by
1.14.0