From 5017ea549e51122308033ccf331c11e83c8b520c Mon Sep 17 00:00:00 2001 From: ivana Date: Wed, 24 May 2006 14:58:42 +0000 Subject: [PATCH] Coding conventions (Sasha) --- MUON/AliMUONTrackK.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MUON/AliMUONTrackK.h b/MUON/AliMUONTrackK.h index 7616184fa84..faf296a894d 100644 --- a/MUON/AliMUONTrackK.h +++ b/MUON/AliMUONTrackK.h @@ -112,10 +112,10 @@ class AliMUONTrackK : public AliMUONTrack { TObjArray *fCovFilter; //!< filtered covariance matrices TObjArray *fJacob; //!< Jacobian matrices - Int_t fNSteps; //!< - TArrayD *fSteps; //!< - TArrayD *fChi2Array; //!< - TArrayD *fChi2Smooth; //!< + Int_t fNSteps; //!< number of the track propagation points + TArrayD *fSteps; //!< Z-coordinates of the track propagation points + TArrayD *fChi2Array; //!< measurements' contributions to the track Chi2 + TArrayD *fChi2Smooth;//!< measurements' contributions to the smoothed track Chi2 // Functions -- 2.39.3