197 for (Int_t iGlbTrack = 0; iGlbTrack <
fArrayGlbTrack->GetEntriesFast(); iGlbTrack++) {
201 if (NULL == glbTrack)
continue;
210 if (stsTrackIndex >= 0) {
212 if (NULL != stsTrack) {
217 if (NULL != stsHit) {
222 cout <<
"-W- CbmFitGlobalTracksQa::Exec : "
223 <<
"STS track " << stsTrackIndex <<
" is empty!" << endl;
226 if (stsPointIndex >= 0) {
228 if (NULL != stsPoint) {
229 stsPoint->Position(
pos);
230 stsPoint->Momentum(mom);
237 / TMath::Sqrt(glbTrack->
GetParamFirst()->GetCovariance(0, 0)));
239 / TMath::Sqrt(glbTrack->
GetParamFirst()->GetCovariance(1, 1)));
241 / TMath::Sqrt(glbTrack->
GetParamFirst()->GetCovariance(2, 2)));
243 / TMath::Sqrt(glbTrack->
GetParamFirst()->GetCovariance(3, 3)));
251 if (NULL != trdTrack) {
256 if (NULL != trdHit) {
261 cout <<
"-W- CbmFitGlobalTracksQa::Exec : "
262 <<
"TRD track " << trdTrackIndex <<
" is empty!" << endl;
265 if (trdPointIndex >= 0) {
267 if (NULL != trdPoint) {
268 trdPoint->Position(
pos);
269 trdPoint->Momentum(mom);
276 / TMath::Sqrt(glbTrack->
GetParamFirst()->GetCovariance(0, 0)));
278 / TMath::Sqrt(glbTrack->
GetParamFirst()->GetCovariance(1, 1)));
280 / TMath::Sqrt(glbTrack->
GetParamFirst()->GetCovariance(2, 2)));
282 / TMath::Sqrt(glbTrack->
GetParamFirst()->GetCovariance(3, 3)));
291 if (trdTrackIndex >= 0) {
293 if (NULL != trdTrack) {
298 if (NULL != trdHit) {
303 cout <<
"-W- CbmFitGlobalTracksQa::Exec : "
304 <<
"TRD track " << trdTrackIndex <<
" is empty!" << endl;
307 if (trdPointIndex >= 0) {
309 if (NULL != trdPoint) {
310 trdPoint->Position(
pos);
311 trdPoint->Momentum(mom);
318 / TMath::Sqrt(glbTrack->
GetParamLast()->GetCovariance(0, 0)));
320 / TMath::Sqrt(glbTrack->
GetParamLast()->GetCovariance(1, 1)));
322 / TMath::Sqrt(glbTrack->
GetParamLast()->GetCovariance(2, 2)));
324 / TMath::Sqrt(glbTrack->
GetParamLast()->GetCovariance(3, 3)));
332 if (NULL != stsTrack) {
337 if (NULL != stsHit) {
342 cout <<
"-W- CbmFitGlobalTracksQa::Exec : "
343 <<
"STS track " << stsTrackIndex <<
" is empty!" << endl;
346 if (stsPointIndex >= 0) {
348 if (NULL != stsPoint) {
349 stsPoint->Position(
pos);
350 stsPoint->Momentum(mom);
357 / TMath::Sqrt(glbTrack->
GetParamLast()->GetCovariance(0, 0)));
359 / TMath::Sqrt(glbTrack->
GetParamLast()->GetCovariance(1, 1)));
361 / TMath::Sqrt(glbTrack->
GetParamLast()->GetCovariance(2, 2)));
363 / TMath::Sqrt(glbTrack->
GetParamLast()->GetCovariance(3, 3)));