From 1141f8e495d6867adf83df66d7ad0f5e821e8552 Mon Sep 17 00:00:00 2001 From: fca Date: Wed, 9 Jun 1999 08:56:13 +0000 Subject: [PATCH] Zeroed fGenerators in the ctor. --- STEER/AliRun.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/STEER/AliRun.cxx b/STEER/AliRun.cxx index af44134aff4..970fdb5d848 100644 --- a/STEER/AliRun.cxx +++ b/STEER/AliRun.cxx @@ -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; -- 2.31.1