Skip to content

Commit

Permalink
Set def. TOF window to -25:50 to avoid miscalibration problems of cpass0
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed May 16, 2016
1 parent 2f7b85c commit 44c3b3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TPC/TPCcalib/AliTPCDcalibRes.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ AliTPCDcalibRes::AliTPCDcalibRes(int run,Long64_t tmin,Long64_t tmax,const char*
,fMaxStdDevMA(25.0)
,fMaxRMSLong(0.8)
,fMaxRejFrac(0.15)
,fTOFBCMin(-5.0)
,fTOFBCMax(20.0)
,fTOFBCMin(-25.0)
,fTOFBCMax(50.0)
,fUseTOFBC(kFALSE)
,fFilterOutliers(kTRUE)
,fMaxFitYErr2(1.0)
Expand Down
4 changes: 2 additions & 2 deletions TPC/TPCcalib/AliTPCDcalibRes.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ class AliTPCDcalibRes: public TNamed
Float_t GetTOFBCMin() const {return fTOFBCMin;}
Float_t GetTOFBCMax() const {return fTOFBCMax;}
void SetUseTOFBC(Bool_t v) {fUseTOFBC = v;}
void SetTOFBCMin(Float_t v=-5.f) {fTOFBCMin = v;}
void SetTOFBCMax(Float_t v=20.f) {fTOFBCMax = v;}
void SetTOFBCMin(Float_t v=-25.f) {fTOFBCMin = v;}
void SetTOFBCMax(Float_t v=50.f) {fTOFBCMax = v;}
//
Float_t GetMaxFitYErr2() const {return fMaxFitYErr2;}
Float_t GetMaxFitXErr2() const {return fMaxFitXErr2;}
Expand Down

0 comments on commit 44c3b3b

Please sign in to comment.