|
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef TRK_IVALIDATIONNTUPLEHELPERTOOL_H
13 #define TRK_IVALIDATIONNTUPLEHELPERTOOL_H
15 #include "GaudiKernel/IAlgTool.h"
22 static const float s_errorEntry = -1000.0;
27 static const InterfaceID IID_IValidationNtupleHelperTool(
"IValidationNtupleHelperTool",1,0);
29 class MeasurementBase;
30 class TrackStateOnSurface;
54 const int& detectorType ) = 0;
62 const int& detectorType,
63 const bool& isOutlier) = 0;
68 const int& detectorType) = 0;
72 const int& detectorType ) = 0;
77 return IID_IValidationNtupleHelperTool;
82 #endif // TRK_IVALIDATIONNTUPLEHELPERTOOL_H
::StatusCode StatusCode
StatusCode definition for legacy code.
Ensure that the ATLAS eigen extensions are properly loaded.
represents the track state (measurement, material, fit parameters and quality) at a surface.