]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackExtrap.h
Comments for Doxygen (mostly added comments for inline functions)
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackExtrap.h
index 7faf95dfe0b1efe9f874b6a2f81dc360b8834ddc..0aa630d756fa5025abdf47ba102c36a2ec4f0a62 100644 (file)
@@ -55,7 +55,10 @@ class AliMUONTrackExtrap : public TObject
   static const Double_t fgkRungeKuttaMaxResidue;//!< Maximal distance (in Z) to destination to stop the track extrapolation (used in Runge-Kutta)
   
   // Functions
+
+  /// Not implemented
   AliMUONTrackExtrap(const AliMUONTrackExtrap& trackExtrap);
+  /// Not implemented
   AliMUONTrackExtrap& operator=(const AliMUONTrackExtrap& trackExtrap);
 
   static void ExtrapToZHelix(AliMUONTrackParam *trackParam, Double_t Z);