Skip to content

Commit

Permalink
Set default max Ntracks to 4M
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed May 13, 2016
1 parent 9620dfe commit 0295599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TPC/TPCcalib/AliTPCDcalibRes.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ AliTPCDcalibRes::AliTPCDcalibRes(int run,Long64_t tmin,Long64_t tmax,const char*
,fTMax(tmax)
,fTMinGRP(0)
,fTMaxGRP(0)
,fMaxTracks(9999999)
,fMaxTracks(4000000)
,fCacheInp(100)
,fLearnSize(1)
,fBz(0)
Expand Down
2 changes: 1 addition & 1 deletion TPC/TPCcalib/AliTPCDcalibRes.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class AliTPCDcalibRes: public TNamed
void SetNXBins(int n=kNPadRows) {fNXBins = n;}
void SetNY2XBins(int n=15) {fNY2XBins = n;}
void SetNZ2XBins(int n=10) {fNZ2XBins = n;}
void SetMaxTracks(int n=10000000) {fMaxTracks = n;}
void SetMaxTracks(int n=4000000) {fMaxTracks = n;}
void SetFixAligmentBug(Bool_t v=kTRUE) {fFixAlignmentBug = v;}
void SetCacheLearnSize(int n=1) {fLearnSize = n;}
void SetCacheInput(Int_t v=100) {fCacheInp = v;}
Expand Down

0 comments on commit 0295599

Please sign in to comment.