]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Comment without information removed.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2001 14:27:55 +0000 (14:27 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2001 14:27:55 +0000 (14:27 +0000)
MUON/AliMUONHit.h

index 9ed268c68e006954085f16fa1f1f214ee58c3bbe..b1001ab1ebf7532446a4c6384567d18c80b1c13d 100644 (file)
@@ -27,7 +27,7 @@ class AliMUONHit : public AliHit {
     Float_t Px()       {return fPx;}
     Float_t Py()       {return fPy;}
     Float_t Pz()       {return fPz;}
-    Float_t Cx()       {return fPx/fPTot;} // why remove existing methods ??
+    Float_t Cx()       {return fPx/fPTot;} 
     Float_t Cy()       {return fPy/fPTot;}
     Float_t Cz()       {return fPz/fPTot;}