]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSImpact.cxx
coding convention
[u/mrichter/AliRoot.git] / PHOS / AliPHOSImpact.cxx
index 896cc6bdda237d729fcc40d65ea404f75effbbf3..313907a36312ed6ea0904355a0aae695615ddd1d 100644 (file)
@@ -72,6 +72,7 @@ AliPHOSImpact::AliPHOSImpact(Int_t shunt, Int_t primary, Int_t track, Int_t pid,
 //____________________________________________________________________________
 void AliPHOSImpact::Print()
 {
+  // Prints particle info
   printf("Impact Pid=%4d, p=(%6.2f,%6.2f,%6.2f,%6.2f) GeV, x=(%6.1f,%6.1f,%6.1f) cm\n",
         fPid,fMomentum.Px(),fMomentum.Py(),fMomentum.Pz(),fMomentum.E(),
         fX,fY,fZ);