]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Warnings corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jul 2010 13:53:51 +0000 (13:53 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jul 2010 13:53:51 +0000 (13:53 +0000)
EVGEN/AliGenAfterBurnerFlow.cxx
EVGEN/AliGenGeVSim.cxx

index 8e816c86663e865522010c4538535694db8451fa..ec5b00abf45caeafe60dc27a4172b99e7b8915e9 100644 (file)
@@ -483,7 +483,6 @@ void AliGenAfterBurnerFlow::Generate()
   // M.G. Poghosyan 
   // PWG2 meeting on 06.05.2008 and 03.06.2008
 
-  Info("Generate()","");
 
   if (0) 
     for(Int_t ii=0; ii<fCounter;ii++)
index 8cb425ba7451ef7cb5934580d66ecf0ae240b5f4..af1a8bf81d5a924a3eb0b3cea6fa01bbccda4484 100644 (file)
@@ -144,7 +144,7 @@ AliGenGeVSim::AliGenGeVSim(Float_t psi, Bool_t isMultTotal)
   // checking consistancy
   
   if (psi < 0 || psi > 360 ) 
-    Error ("AliGenGeVSim", "Reaction plane angle ( %d )out of range [0..360]", psi);
+    Error ("AliGenGeVSim", "Reaction plane angle ( %13.3f )out of range [0..360]", psi);
 
   fPsi = psi * TMath::Pi() / 180. ;
   fIsMultTotal = isMultTotal;