]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSImpact.h
Added a new class AliPHOSSurvet1 which read survey data from EDMS files
[u/mrichter/AliRoot.git] / PHOS / AliPHOSImpact.h
index 2c61b535fe879c11fc959a60bcdbfc2e5a760b03..9d39cabaa36ed316c79bd24e3b30036f39c50109 100644 (file)
@@ -5,6 +5,14 @@
 
 /* $Id$ */
 
+/* History of cvs commits:
+ *
+ * $Log$
+ * Revision 1.2  2005/05/28 14:19:04  schutz
+ * Compilation warnings fixed by T.P.
+ *
+ */
+
 //_________________________________________________________________________
 //  Hit impact class for PHOS     
 //  A hit impact in PHOS is a set of parameters of a track which
@@ -30,7 +38,7 @@ class AliPHOSImpact : public AliHit {
 
 public:
   
-  AliPHOSImpact() { }              // default ctor 
+  AliPHOSImpact();              // default ctor 
   AliPHOSImpact(const AliPHOSImpact & hit) ; 
   AliPHOSImpact(Int_t shunt, Int_t primary, Int_t track, Int_t pid, TLorentzVector p, Float_t *xyz);
   virtual ~AliPHOSImpact(void) { } // dtor 
@@ -47,7 +55,7 @@ public:
     // returns momentum of the particle which initiated this hit
     return  fMomentum;
   }
-  void Print();
+  void Print(const Option_t * = "")const;
 
 private: