]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing cout from AliPHOSv0hits::AddHit(Int_t, Int_t, Float_t *)
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Apr 2000 15:18:42 +0000 (15:18 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Apr 2000 15:18:42 +0000 (15:18 +0000)
PHOS/AliPHOSv0hits.cxx

index ead9ddd386a228106c67f1f9bc73d86d30d8c485..6d8bdfcfabdff5fc0c872b7a994d0e23ffb76a32 100644 (file)
@@ -88,10 +88,10 @@ void AliPHOSv0hits::AddHit(Int_t primary, Int_t tracknumber, Int_t Id, Float_t *
   // In this version of AliPHOSv0, a PHOS hit is real geant 
   // hits in a single crystal or in a single PPSD gas cell
 
-  cout << "Primary is " << primary << endl;
-  cout << "Tracknumber is " << tracknumber << endl;
-  cout << "Vol Id is " << Id << endl;
-  cout << "hits is " << hits[0] << "  " << hits[1] << "  " << hits[2] << "   " << hits[3] <<endl;
+  // cout << "Primary is " << primary << endl;
+  //cout << "Tracknumber is " << tracknumber << endl;
+  //cout << "Vol Id is " << Id << endl;
+  //cout << "hits is " << hits[0] << "  " << hits[1] << "  " << hits[2] << "   " << hits[3] <<endl;
 
   //  cout << " Adding a hit number " << fNhits << endl ;