]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRawCluster.cxx
Release version of ITS code
[u/mrichter/AliRoot.git] / ITS / AliITSRawCluster.cxx
index 668518a5f5888cd52bd0d99c08b6b46ad5edb07b..150834b06f9406d9d148b27ed8b7e5216828ac2e 100644 (file)
@@ -17,8 +17,7 @@ AliITSRawClusterSDD::AliITSRawClusterSDD(Int_t wing, Float_t Anode,Float_t Time,
   fNanodes = 1;
   fNsamples = Samples;
   Int_t sign = 1;
-  Int_t i;
-  for(i=0;i<fWing; i++) sign*=(-1);
+  for(Int_t i=0;i<fWing; i++) sign*=(-1);
   fX = DriftPath*sign/10000.;
   fZ = AnodeOffset/10000.;
 }
@@ -48,7 +47,7 @@ Bool_t AliITSRawClusterSDD::Brother(AliITSRawClusterSDD* cluster,Float_t danode,
 }
 
 //--------------------------------------
-void AliITSRawClusterSDD::Print() {
+void AliITSRawClusterSDD::PrintInfo() {
   // print
   cout << ", Anode " << fAnode << ", Time: " << fTime << ", Charge: " << fQ;
   cout << ", Samples: " << fNsamples;
@@ -124,7 +123,7 @@ Bool_t AliITSRawClusterSPD::Brother(AliITSRawClusterSPD* cluster,Float_t dz,Floa
 }
 
 //--------------------------------------
-void AliITSRawClusterSPD::Print() 
+void AliITSRawClusterSPD::PrintInfo() 
 {
   // print
   cout << ", Z: " << fZ << ", X: " << fX << ", Charge: " << fQ<<endl;