File tree Expand file tree Collapse file tree
Detectors/ITSMFT/ITS/tracking/include/ITStracking Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments