]> git.uio.no Git - u/mrichter/AliRoot.git/commit - TPC/AliTPCtrackerMI.h
Adding AddCovariance method
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 1 Jun 2008 13:44:28 +0000 (13:44 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 1 Jun 2008 13:44:28 +0000 (13:44 +0000)
commit92f513f5eea1f935fc8c1e9d7cd0e69c7fd9e308
tree2915187adb8426d7f49a12961ae235d0fc0502c8
parent1cafd6f4516f5f504557b57720c1b4ec0092e6ab
Adding AddCovariance method

// Adding systematic errors to the covariance:
//
// The systematic errors due to the misalignment and miscalibration are added to the covariance matrix
// of the tracks (not to the clusters as they are dependent):
// The parameters form AliTPCRecoParam are used AliTPCRecoParam::GetSystematicError
// The systematic errors are expressed there in RMS - position (cm), angle (rad), curvature (1/cm)
// The default values are 0.
//
// The sytematic errors are added to the covariance matrix in following places:
//
// 1. During fisrt itteration - AliTPCtrackerMI::FillESD
// 2. Second iteration -
//      2.a ITS->TPC   - AliTPCtrackerMI::ReadSeeds
//      2.b TPC->TRD   - AliTPCtrackerMI::PropagateBack
// 3. Third iteration  -
//      3.a TRD->TPC   - AliTPCtrackerMI::ReadSeeds
//      3.b TPC->ITS   - AliTPCtrackerMI::RefitInward
TPC/AliTPCtrackerMI.cxx
TPC/AliTPCtrackerMI.h