]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenHIJINGpara.cxx
New files for folders and Stack
[u/mrichter/AliRoot.git] / EVGEN / AliGenHIJINGpara.cxx
index 9d5cb519d9aed061b1e34a336eb580cf1a2c04e0..c7044d974dd7812c5200c83714ac102e4c5bf5e0 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.5  2000/12/21 16:24:06  morsch
+Coding convention clean-up
+
 Revision 1.4  2000/11/30 07:12:50  alibrary
 Introducing new Rndm and QA classes
 
@@ -234,7 +237,8 @@ void AliGenHIJINGpara::Init()
     Float_t phiFrac = (fPhiMax-fPhiMin)/2/TMath::Pi();
     fParentWeight = Float_t(fNpart)/intETASel*ptFrac*phiFrac;
     
-    printf("\n The number of particles in the selected kinematic region corresponds to %f percent of a full event\n ", 100.*fParentWeight);
+    printf("%s: The number of particles in the selected kinematic region corresponds to %f percent of a full event\n ", 
+          ClassName(),100.*fParentWeight);
     
 }