Skip to content

Commit d5aadc0

Browse files
authored
Refine geometrical cut values in TrackingConfigParam.h
Updated floating-point values in TrackingConfigParam.h for precision.
1 parent 8761f47 commit d5aadc0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Detectors/ITSMFT/ITS/tracking/include/ITStracking/TrackingConfigParam.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ struct VertexerParamConfig : public o2::conf::ConfigurableParamHelper<VertexerPa
2929
// geometrical cuts for tracklet selection for Pb-Pb
3030
float zCut = 0.002f;
3131
float phiCut = 0.005f;
32-
float pairCut = 0.0173212;
33-
float clusterCut = 0.1700477;
34-
float coarseZWindow = 0.0554574;
35-
float seedDedupZCut = 0.11668;
36-
float refitDedupZCut = 0.03985;
37-
float duplicateZCut = 0.2000972;
38-
float finalSelectionZCut = 0.034535;
39-
float duplicateDistance2Cut = 0.005117;
32+
float pairCut = 0.017321f;
33+
float clusterCut = 0.170048f;
34+
float coarseZWindow = 0.055458f;
35+
float seedDedupZCut = 0.116685f;
36+
float refitDedupZCut = 0.039855f;
37+
float duplicateZCut = 0.200097f;
38+
float finalSelectionZCut = 0.034535f;
39+
float duplicateDistance2Cut = 0.005117f;
4040
float tanLambdaCut = 0.002f; // tanLambda = deltaZ/deltaR
41-
float nSigmaCut = 0.0164651;
41+
float nSigmaCut = 0.0164651f;
4242
float maxZPositionAllowed = 25.f; // 4x sZ of the beam
4343

4444
// Artefacts selections

0 commit comments

Comments
 (0)