]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenScan.cxx
Threshold for digits in RecPoint introduced
[u/mrichter/AliRoot.git] / EVGEN / AliGenScan.cxx
index 5233667599f014fbfdb533a44d5bde36c3c32c60..f20f6b69d4dafd6a8e047f93d46c806051ddb08b 100644 (file)
 
 /*
 $Log$
+Revision 1.10.6.1  2002/07/30 11:30:48  alibrary
+Updating VirtualMC
+
+Revision 1.11  2002/07/30 09:09:59  morsch
+Correction in initialization.
+
+Revision 1.10  2002/02/08 16:50:50  morsch
+Add name and title in constructor.
+
 Revision 1.9  2001/07/27 17:09:36  morsch
 Use local SetTrack, KeepTrack and SetHighWaterMark methods
 to delegate either to local stack or to stack owned by AliRun.
@@ -122,7 +131,7 @@ void AliGenScan::Generate()
   Float_t dx,dy,dz;
   
   //
-  if (fNy > 0) {
+  if (fNx > 0) {
       dx=(fXCmax-fXCmin)/fNx;
   } else {
       dx=1e10;