Skip to content

Commit

Permalink
change threshold to mask whole sector to 50% of bad padrows
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed May 20, 2016
1 parent f28fef0 commit 7ea3a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TPC/TPCcalib/AliTPCDcalibRes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down

0 comments on commit 7ea3a99

Please sign in to comment.