]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSCpvRecPoint.h
Coding convention rules obeyed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCpvRecPoint.h
index 0fb3c2bdf13b4b7018b7bffb3185df5ae1dc5b05..efbd3b125471c48fe4a843e7ded7d3dc0feb61a2 100644 (file)
@@ -8,10 +8,9 @@
 //_________________________________________________________________________
 //  RecPoint implementation for PHOS-CPV
 //  An CpvRecPoint is a cluster of digits   
-//           
-//*-- Author: Yuri Kharlov 30 October 2000 
-//          (after Dmitri Peressounko (RRC KI & SUBATECH))
-
+//*-- Author: Yuri Kharlov
+//  (after Dmitri Peressounko (RRC KI & SUBATECH))
+//  30 October 2000 
 // --- ROOT system ---
 
 #include "TObject.h"
@@ -83,8 +82,7 @@ public:
   void        Print(Option_t * opt = "void") ; 
 
   AliPHOSCpvRecPoint & operator = (const AliPHOSCpvRecPoint & rvalue)  {
-    // assignement operator requested by coding convention
-    // but not needed
+    // assignement operator requested by coding convention but not needed
     assert(0==1) ;
     return *this ; 
   }