]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Compilation warnings fixed
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Sep 2003 06:36:30 +0000 (06:36 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Sep 2003 06:36:30 +0000 (06:36 +0000)
PHOS/AliPHOSCpvRecPoint.cxx
PHOS/AliPHOSEmcRecPoint.cxx
PHOS/AliPHOSFastRecParticle.cxx
PHOS/AliPHOSHit.cxx
PHOS/AliPHOSHit.h
PHOS/AliPHOSPIDv0.cxx
PHOS/AliPHOSPIDv1.cxx
PHOS/AliPHOSRecPoint.cxx

index 26b1500461dabba724081a49621480a777416448..6cbc45312e0d7aaea33f0117686b35a3aca11f4c 100644 (file)
@@ -130,7 +130,7 @@ Int_t AliPHOSCpvRecPoint::Compare(const TObject * obj) const
 }
 
 //______________________________________________________________________________
-void AliPHOSCpvRecPoint::ExecuteEvent(Int_t event, Int_t px, Int_t py) const
+void AliPHOSCpvRecPoint::ExecuteEvent(Int_t, Int_t, Int_t ) const
 {
 //   // Execute action corresponding to one event
 //   //  This member function is called when a AliPHOSRecPoint is clicked with the locator
index e6edc829b6500bd935943dd8d0dda72306c3d3c8..5c7dd85eb10d353adef126538bc909f902134f96 100644 (file)
@@ -208,7 +208,7 @@ Int_t AliPHOSEmcRecPoint::Compare(const TObject * obj) const
   return rv ; 
 }
 //______________________________________________________________________________
-void AliPHOSEmcRecPoint::ExecuteEvent(Int_t event, Int_t px, Int_t py) const
+void AliPHOSEmcRecPoint::ExecuteEvent(Int_t event, Int_t, Int_t) const
 {
   
   // Execute action corresponding to one event
index a89faa6e33d537cf052b25ea00d4b5f633eb11d5..8eb302e08bcc3c5ee8455159419839f312bafba9 100644 (file)
@@ -129,7 +129,7 @@ Int_t AliPHOSFastRecParticle::DistancetoPrimitive(Int_t px, Int_t py)
  }
 
 //______________________________________________________________________________
-void AliPHOSFastRecParticle::ExecuteEvent(Int_t event, Int_t px, Int_t py)
+void AliPHOSFastRecParticle::ExecuteEvent(Int_t event, Int_t , Int_t )
 {
   //  Execute action corresponding to one event
   //  This member function is called when a AliPHOSFastRecParticle is clicked with the locator
index 3c06402ab1a70b524f183dfdabc6f4828ca91612..8544fdc3705f7d35c116ab786ea3573d22333459 100644 (file)
@@ -137,14 +137,15 @@ AliPHOSHit AliPHOSHit::operator+(const AliPHOSHit &rValue)
 }
 
 //____________________________________________________________________________
-ostream& operator << (ostream& out, const AliPHOSHit& hit) 
-{
-  // Print out Id and energy 
+// Commented out by Yu.Kharlov 4.09.2003
+// ostream& operator << (ostream& out, const AliPHOSHit& hit) 
+// {
+//   // Print out Id and energy 
   
-  //out << "AliPHOSHit = " << hit.GetId() << " " << hit.GetEnergy() << "  " << hit.GetTime() << endl ;
-  Warning("operator <<", "Implement differently") ; 
-  return out ;
-}
+//   //out << "AliPHOSHit = " << hit.GetId() << " " << hit.GetEnergy() << "  " << hit.GetTime() << endl ;
+//   Warning("operator <<", "Implement differently") ; 
+//   return out ;
+// }
 
 
 
index c8dd1e3f31ff6b64bd38c862c89117b60121ca33..8c6929e9c3115a6c78f77c252c7bfab58363c283 100644 (file)
@@ -22,7 +22,7 @@
 
 class AliPHOSHit : public AliHit {
 
-  friend ostream& operator << (ostream&, const AliPHOSHit&) ;
+//   friend ostream& operator << (ostream&, const AliPHOSHit&) ;
   
  public:
   
index 9479caa6aeb70b40583d6036c56301397e05a65d..e6b06cf9be49f7f7e8de7bf810c386e41cc04c31 100644 (file)
@@ -456,7 +456,7 @@ void  AliPHOSPIDv0::PlotDispersionCuts()const
 }
 
 //____________________________________________________________________________
-TVector3 AliPHOSPIDv0::GetMomentumDirection(AliPHOSEmcRecPoint * emc, AliPHOSRecPoint * cpv)const 
+TVector3 AliPHOSPIDv0::GetMomentumDirection(AliPHOSEmcRecPoint * emc, AliPHOSRecPoint * )const 
 { 
   // Calculates the momentum direction:
   //   1. if only a EMC RecPoint, direction is given by IP and this RecPoint
index 7e1b6afb5c08456fdc1518ccb1868d94277baaca..f571de571a76c9bc485170f113e29dc4dc96af9a 100644 (file)
@@ -491,7 +491,7 @@ const Int_t  AliPHOSPIDv1::GetHardPi0Bit(AliPHOSEmcRecPoint * emc) const
 }
 
 //____________________________________________________________________________
-TVector3 AliPHOSPIDv1::GetMomentumDirection(AliPHOSEmcRecPoint * emc, AliPHOSRecPoint * cpv)const 
+TVector3 AliPHOSPIDv1::GetMomentumDirection(AliPHOSEmcRecPoint * emc, AliPHOSRecPoint * )const 
 { 
   // Calculates the momentum direction:
   //   1. if only a EMC RecPoint, direction is given by IP and this RecPoint
index e0c987e474fa20500f580f285fa88e7328430dad..a049f8f7a6569b10324eac5633271235918ecff9 100644 (file)
@@ -86,7 +86,7 @@ Int_t AliPHOSRecPoint::DistancetoPrimitive(Int_t px, Int_t py)
  }
 
 //______________________________________________________________________________
-void AliPHOSRecPoint::ExecuteEvent(Int_t event, Int_t px, Int_t py)
+void AliPHOSRecPoint::ExecuteEvent(Int_t event, Int_t, Int_t)
 {
   // Execute action corresponding to one event
   // This member function is called when a AliPHOSRecPoint is clicked with the locator