]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackParam.h
Updated comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackParam.h
index 3fadeaac32d6b02821a1ffb17fab5379f8587fd3..3275db1b50f6becd87bc667673857f55b8a46b18 100644 (file)
@@ -59,12 +59,12 @@ class AliMUONTrackParam : public TObject
                               Double_t* vect, Double_t* vout) const;
  protected:
  private:
-  Double_t fInverseBendingMomentum; // Inverse bending momentum (GeV/c ** -1) times the charge (assumed forward motion)
-  Double_t fBendingSlope; // Bending slope (cm ** -1)
-  Double_t fNonBendingSlope; // Non bending slope (cm ** -1)
-  Double_t fZ; // Z coordinate (cm)
-  Double_t fBendingCoor; // bending coordinate (cm)
-  Double_t fNonBendingCoor; // non bending coordinate (cm)
+  Double_t fInverseBendingMomentum; ///< Inverse bending momentum (GeV/c ** -1) times the charge (assumed forward motion)
+  Double_t fBendingSlope; ///< Bending slope (cm ** -1)
+  Double_t fNonBendingSlope; ///< Non bending slope (cm ** -1)
+  Double_t fZ; ///< Z coordinate (cm)
+  Double_t fBendingCoor; ///< bending coordinate (cm)
+  Double_t fNonBendingCoor; ///< non bending coordinate (cm)
 
   void SetGeant3Parameters(Double_t *VGeant3, Double_t ForwardBackward);
   void GetFromGeant3Parameters(Double_t *VGeant3, Double_t Charge);