From 7ea3a99722481860b3b14aa7780d66752eebaf74 Mon Sep 17 00:00:00 2001 From: shahoian Date: Fri, 20 May 2016 10:22:26 +0200 Subject: [PATCH] change threshold to mask whole sector to 50% of bad padrows --- TPC/TPCcalib/AliTPCDcalibRes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPC/TPCcalib/AliTPCDcalibRes.h b/TPC/TPCcalib/AliTPCDcalibRes.h index 84f96b328df..28db14c0e61 100644 --- a/TPC/TPCcalib/AliTPCDcalibRes.h +++ b/TPC/TPCcalib/AliTPCDcalibRes.h @@ -257,7 +257,7 @@ class AliTPCDcalibRes: public TNamed void SetMaxSigZ(Float_t v=0.7) {fMaxSigZ = v;} void SetMaxBadXBinsToCover(int n=4) {fMaxBadXBinsToCover = n;} void SetMinGoodXBinsToCover(int n=2) {fMinGoodXBinsToCover = n;} - void SetMaxBadRowsPerSector(float v=0.4) {fMaxBadRowsPerSector = v;} + void SetMaxBadRowsPerSector(float v=0.5) {fMaxBadRowsPerSector = v;} // Bool_t GetUseTOFBC() const {return fUseTOFBC;} Float_t GetTOFBCMin() const {return fTOFBCMin;}