git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a9c7ae
)
Zeroed fGenerators in the ctor.
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Jun 1999 08:56:13 +0000
(08:56 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Jun 1999 08:56:13 +0000
(08:56 +0000)
STEER/AliRun.cxx
patch
|
blob
|
blame
|
history
diff --git
a/STEER/AliRun.cxx
b/STEER/AliRun.cxx
index af44134aff4f8258f8663a8e0224929428021bc2..970fdb5d8482063ca5ff325a0c3b1d04b824f424 100644
(file)
--- 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;