|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef SCT_ClusterOnTrackTool_H
16 #define SCT_ClusterOnTrackTool_H
18 #include "GaudiKernel/ToolHandle.h"
19 #include "GaudiKernel/ThreadLocalContext.h"
87 static double getError(
double phi,
int nstrip) ;
97 {
this,
"SCTErrorScalingKey",
"/Indet/TrkErrorScalingSCT",
"Key for SCT error scaling conditions data."};
100 {
this,
"LorentzAngleTool",
"SiLorentzAngleTool",
"Tool to retrieve Lorentz angle"};
104 {
this,
"MakeTwoDimBarrelClusters",
false,
105 "flag if strip length should be part of the measurement"};
107 {
this,
"ErrorStrategy", -1,
108 "if ErrorStrategy < 0, keep previous errors else recompute"};
110 {
this,
"CorrectionStrategy", -1,
111 "if CorrectionStrategy >= 0, apply a correction to the cluster position"};
116 #endif // SCT_ClusterOnTrackTool_H
::StatusCode StatusCode
StatusCode definition for legacy code.
Interface class for transforming Trk::PrepRawData to Trk::RIO_OnTrack using a local track hypothesis.