17 #ifndef ALIHLTTPCCAPARAMETERS_H
18 #define ALIHLTTPCCAPARAMETERS_H
20 #include "AliHLTTPCCADef.h"
22 namespace AliHLTTPCCAParameters
28 MaximumExtrapolationRowGap = 5,
40 MinimumHitsPerShared = 10,
46 MinimumHitsForTracklet = 4,
52 MinimumHitsForFragileTracklet = 10,
58 MinimumHitsForTrack = MinimumHitsForTracklet,
64 MinimumHitsForGBTrack = 10,
72 MaxNumberOfRows8 = 112,
94 static const float MinCellSize = 2.f;
99 static const float HitPickUpFactor = 2.f;
105 static const float NeighbourAreaSizeTgY[3] = {.6, 2., 2.};
106 static const float NeighbourAreaSizeTgZ[3] = {2., 2., 2.};
113 static const float NeighbourCurvCut[3] = {0.03, .1, 3.};
117 static const float NeighbourChiCut[3] = {0.2, 3., 3.};
123 static const int NeighboursChainMinLength[3] = {3, 3, 3};
128 static const float MinHitsMergeDist = 2;
134 static const sfloat_v MinimumQPt = 1.e-8f;
136 static const float MinimumQPt = 1.e-8f;
141 static const float MinTrackPurity = .8;
147 static const float ExtraThresholdL = 0.2;
152 static const float ExtraThreshold = 0.05;
157 static const float RefThreshold = 1.;
160 static const float XMax = 200.f;
161 static const float XMin = 50.f;
167 namespace AliHLTTPCCAPParameters{
178 MinimumHitsForMCTrack = 10,
183 MinimumMCPointsForMCTrack = 10,
188 MinimumHitsForRecoTrack = 4
194 static const float MinTrackPurity = .9;
196 namespace PParameters{
using namespace AliHLTTPCCAPParameters; }
198 namespace AliHLTTPCCASPParameters{
203 MinimumHitsForMCTrack = 5,
208 MinimumConsHitsForMCTrack = 5,
213 MinimumHitsForRecoTrack = 4
220 static const float MinTrackPurity = PParameters::MinTrackPurity;
222 namespace SPParameters{
using namespace AliHLTTPCCASPParameters; }
224 #endif // ALIHLTTPCCAPARAMETERS_H