From a0ff5a1429f01e6e6c537226497e9d9268e90542 Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 19 Feb 2004 11:24:29 +0000 Subject: [PATCH] Access to the number of associated clusters (M.Ivanov) --- STEER/AliKalmanTrack.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/STEER/AliKalmanTrack.h b/STEER/AliKalmanTrack.h index cf688f0dda1..324418759a3 100644 --- a/STEER/AliKalmanTrack.h +++ b/STEER/AliKalmanTrack.h @@ -113,12 +113,11 @@ protected: void SetMass(Double_t mass) {fMass=mass;} void SetNumberOfClusters(Int_t n) {fN=n;} - private: Int_t fLab; // track label Double_t fChi2; // total chi2 value for this track Double_t fMass; // mass hypothesis Int_t fN; // number of associated clusters - + private: static Double_t fgConvConst; //conversion constant cm -> GeV/c // variables for time integration (S.Radomski@gsi.de) -- 2.39.3