]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added primaries to Print()
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Apr 2001 08:54:09 +0000 (08:54 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Apr 2001 08:54:09 +0000 (08:54 +0000)
PHOS/AliPHOSEmcRecPoint.cxx

index e08adf6005150fab298e48012877480fd225d2c0..0aa85a12f650ba465a335c3789da1f07c8c6c178 100644 (file)
@@ -487,6 +487,7 @@ void AliPHOSEmcRecPoint::EvalLocalPosition(Float_t logWeight, TClonesArray * dig
   fLocPos.SetY(0.) ;
   fLocPos.SetZ(z - depthz)  ;
 
+  fLocPosM = 0 ;
 }
 
 //____________________________________________________________________________
@@ -595,8 +596,13 @@ void AliPHOSEmcRecPoint::Print(Option_t * option)
     cout  << fEnergyList[iDigit] << "  ";
   cout << endl ;
   
+  cout << " Primaries  " ;
+  for(iDigit = 0;iDigit < fMulTrack; iDigit++)
+    cout << fTracksList[iDigit] << " " << endl ;
+       
   cout << "       Multiplicity    = " << fMulDigit  << endl ;
   cout << "       Cluster Energy  = " << fAmp << endl ;
+  cout << "       Number of primaries " << fMulTrack << endl ;
   cout << "       Stored at position " << GetIndexInList() << endl ; 
  
 }