Zeroed fGenerators in the ctor.
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Jun 1999 08:56:13 +0000 (08:56 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Jun 1999 08:56:13 +0000 (08:56 +0000)
STEER/AliRun.cxx

index af44134aff4f8258f8663a8e0224929428021bc2..970fdb5d8482063ca5ff325a0c3b1d04b824f424 100644 (file)
@@ -121,6 +121,7 @@ AliRun::AliRun(const char *name, const char *title)
   fTreeR     = 0;
   fTrRmax    = 1.e10;
   fTrZmax    = 1.e10;
+  fGenerator = 0;
   fInitDone  = kFALSE;
   fLego      = 0;
   fField     = 0;