]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Adding setter and getter for systematic uncertainty of the track parameters
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 1 Jun 2008 13:41:50 +0000 (13:41 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 1 Jun 2008 13:41:50 +0000 (13:41 +0000)
commit1cafd6f4516f5f504557b57720c1b4ec0092e6ab
treebd8c97699b498ad86f9f8760435de907fc7ff56a
parentb447cbf928a2672a65421ab21f44b8a63bfbcae5
Adding setter and getter for systematic uncertainty of the track parameters

  // Setting for systematic errors addition
  [0] - systematic RMSY
  [1] - systematic RMSZ
  [2] - systematic RMSSNP
  [3] - systematic RMSTheta
  [4] - systematic RMSCuravture -  systematic error in 1/cm not in 1/pt
  //
  //  How to add it example - 3 mm systematic error y, 3 cm systematic error z (drift)
  Double_t sysError[5]={0.3,3, 0.3/150., 3./150.,1/(0.3*150*150.)}
  param->SetSystematicError(sysError);

(Marian)
TPC/AliTPCRecoParam.cxx
TPC/AliTPCRecoParam.h