]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding variable comments
authorakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Mar 2010 11:00:14 +0000 (11:00 +0000)
committerakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Mar 2010 11:00:14 +0000 (11:00 +0000)
PWG2/FEMTOSCOPY/AliFemto/AliFemtoLorentzVector.h

index 7cf4e875ae240e5e6b4a4128ff0527e1611876e3..7a3584f2992d2e96d18968ca0ba992c97afa4e27 100644 (file)
@@ -175,8 +175,8 @@ public:
 #endif
 
 protected:
-    AliFemtoThreeVector<T> mThreeVector;
-    T               mX4;
+    AliFemtoThreeVector<T> mThreeVector; // The three-vector component
+    T               mX4;                // The fourth component
 #ifdef __ROOT__
   ClassDef(AliFemtoLorentzVector,3)
 #endif