Skip to content

Commit f192c20

Browse files
committed
Suppress Vtx debris only in PbPb 1st vertexing iteration
1 parent dd07112 commit f192c20

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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.017321f;
32+
float pairCut = 0.04f;
3333
float clusterCut = 0.170048f;
3434
float coarseZWindow = 0.055458f;
3535
float seedDedupZCut = 0.116685f;

Detectors/ITSMFT/ITS/tracking/src/Configuration.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ std::vector<VertexingParameters> TrackingMode::getVertexingParameters(TrackingMo
310310
vertParams[1].phiCut = 0.015f;
311311
vertParams[1].tanLambdaCut = 0.015f;
312312
vertParams[1].maxTrackletsPerCluster = 2000;
313+
vertParams[1].suppressLowMultDebris = 0; // do not suppress low mult vertices in UPC mode
313314
} else if (mode == TrackingMode::Sync || TrackingMode::Cosmics) {
314315
vertParams.resize(1);
315316
} else {

0 commit comments

Comments
 (0)