Skip to content

Commit 95fe5b7

Browse files
chiarazampollishahor02
authored andcommitted
Move cut on min N TPC Clusters from 40 to 60
1 parent e9b0f6d commit 95fe5b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Detectors/GlobalTracking/include/GlobalTracking/ITSTPCMatchingQCParams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct ITSTPCMatchingQCParams : public o2::conf::ConfigurableParamHelper<ITSTPCM
2727

2828
float minPtCut = 0.1f;
2929
float etaCut = 1.4f;
30-
int32_t minNTPCClustersCut = 40;
30+
int32_t minNTPCClustersCut = 60;
3131
float minDCACut = 100.f;
3232
float minDCACutY = 10.f;
3333

Detectors/GlobalTracking/include/GlobalTracking/MatchITSTPCQC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class MatchITSTPCQC
143143
// cut values
144144
float mPtCut = 0.1f;
145145
float mEtaCut = 1.4f;
146-
int32_t mNTPCClustersCut = 40;
146+
int32_t mNTPCClustersCut = 60;
147147
float mDCACut = 100.f;
148148
float mDCACutY = 10.f;
149149

0 commit comments

Comments
 (0)