|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #ifndef TRK_IVALIDATIONNTUPLETOOL_H
15 #define TRK_IVALIDATIONNTUPLETOOL_H
17 #include "GaudiKernel/IAlgTool.h"
28 static const InterfaceID IID_IValidationNtupleTool(
"IValidationNtupleTool",1,0);
30 class TrackParticleBase;
31 class MeasurementBase;
33 class TrackStateOnSurface;
55 const int iterationIndex,
56 const unsigned int fitStatCode = 0 ) = 0;
66 const int iterationIndex,
67 const unsigned int fitStatCode = 0 ) = 0;
78 const int iterationIndex ) = 0;
99 const int truthIndex = -1 ) = 0;
106 return IID_IValidationNtupleTool;
111 #endif // TRK_IVALIDATIONNTUPLETOOL_H
a link optimized in size for a GenParticle in a McEventCollection
::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.
MC particle associated with a reco track + the quality of match.