]> git.uio.no Git - u/mrichter/AliRoot.git/commit - TPC/Rec/AliTPCseed.cxx
Preparation for the new dEdx algorithm :
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Sep 2011 13:14:43 +0000 (13:14 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Sep 2011 13:14:43 +0000 (13:14 +0000)
commit6feb400fa94c41fbd98645bc9849793d9bfe542b
treeb698e00ee8146e73a2b065bccef3efffc0e6ab1e
parent422a78c8d05cbeff0b28a92646bef8d764e04bb6
Preparation for the new dEdx algorithm :

AliTPCcalibGainMult.h AliTPCcalibGainMult.cxx - dump extended dEdx information to the tree for later minimization
                                              - adding new THnSparses - for phi calibration and for angular correction calibration

AliTPCseed.h AliTPCseed.cxx                   - additional  return variable inf CookDedx possible if selected
                                              -
-  Float_t  CookdEdxAnalytical(Double_t low=0.05, Double_t up=0.70, Int_t type=0, Int_t i1=0, Int_t i2=159, Int_t returnVal=0, Int_t rowThres = 2);
+  Float_t  CookdEdxAnalytical(Double_t low=0.05, Double_t up=0.70, Int_t type=0, Int_t i1=0, Int_t i2=159, Int_t returnVal=0, Int_t rowThres = 2, Int_t mode=0);

-  // returnVal - 0 return mean
-  //           - 1 return RMS
-  //           - 2 return number of clusters
-  //
+  // returnVal - 0  return mean
+  //           - 1  return RMS
+  //           - 2  return number of clusters
+  //           - 3  ratio
+  //           - 4  mean upper half
+  //           - 5  mean  - lower half
+  //           - 6  third moment
+  // mode      - 0 - linear
+  //           - 1 - logatithmic
TPC/AliTPCcalibGainMult.cxx
TPC/AliTPCcalibGainMult.h
TPC/AliTPCseed.cxx
TPC/AliTPCseed.h