]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added oure printout
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 23 Nov 2001 12:46:42 +0000 (12:46 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 23 Nov 2001 12:46:42 +0000 (12:46 +0000)
PHOS/testsimglobal.C

index fefe7393c1d5605222382a055274ffac58a72f12..d15ebf773fc69c19693fec9ac2c4649c2245f2ec 100644 (file)
@@ -425,7 +425,7 @@ Bool_t particle()
   if ( nRecParticles < maxRecParticles-0.25 ||
        nRecParticles > maxRecParticles+0.25 ) {
     cout <<  "particle() : nRecParticles = " << nRecParticles 
-        << " maxRecParticles,widRecParticles= " << maxRecParticles << "," << widRecParticles << endl ;    
+        << " maxRecParticles,widRecParticles= " << maxRecParticles << "," << "0.25" << endl ;    
     mess = "Error detected in the RecParticles process. Sending error file to PHOS director.Stop reconstruction." ;
     write_info(mess) ;
     return kFALSE ;