]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSImpact.h
Compilation warnings fixed by T.P.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSImpact.h
index 2c61b535fe879c11fc959a60bcdbfc2e5a760b03..d3b025b94e40127661b300c44b6c15962cf3e1c3 100644 (file)
@@ -5,6 +5,11 @@
 
 /* $Id$ */
 
+/* History of cvs commits:
+ *
+ * $Log$
+ */
+
 //_________________________________________________________________________
 //  Hit impact class for PHOS     
 //  A hit impact in PHOS is a set of parameters of a track which
@@ -47,7 +52,7 @@ public:
     // returns momentum of the particle which initiated this hit
     return  fMomentum;
   }
-  void Print();
+  void Print(const Option_t * = "")const;
 
 private: