]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Style/comment changes.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 21 Nov 2006 18:42:39 +0000 (18:42 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 21 Nov 2006 18:42:39 +0000 (18:42 +0000)
EVE/Reve/PointSet.h
EVE/Reve/TTreeTools.h

index 7009fdf75b2b6977ac9d1ac4675b051698a7035f..7718df5f25c248478cf7986666ce9eab9ef68052 100644 (file)
@@ -43,7 +43,7 @@ public:
   virtual void TakeAction(TSelectorDraw*);
 
   ClassDef(PointSet, 1);
-}; // endclass GuiPointSet
+}; // endclass PointSet
 
 /**************************************************************************/
 
index 90724fd1cf1ef3baada5364eb2a7dfede2fbb822..6eaa5db66340532b67f6088dc626bac8bb65205a 100644 (file)
@@ -53,7 +53,7 @@ public:
   enum TreeVarType_e { TVT_XYZ, TVT_RPhiZ };
 
 protected:
-  TreeVarType_e fSourceCS;
+  TreeVarType_e fSourceCS; // Coordinate-System of the source tree variables
 
 public:
   TPointSelectorConsumer(TreeVarType_e cs=TVT_XYZ) :fSourceCS(cs) {}