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:
f3ed336
)
Adding hits to hit list
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Dec 2000 16:21:13 +0000
(16:21 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Dec 2000 16:21:13 +0000
(16:21 +0000)
FMD/AliFMD.cxx
patch
|
blob
|
blame
|
history
diff --git
a/FMD/AliFMD.cxx
b/FMD/AliFMD.cxx
index 321c68fda9ab46a436aff38089d028830d36914c..52a79865cd6c6ae1fb36f386e17082ae89614641 100644
(file)
--- a/
FMD/AliFMD.cxx
+++ b/
FMD/AliFMD.cxx
@@
-67,7
+67,8
@@
AliFMD::AliFMD(const char *name, const char *title)
//
// Initialise Hit array
fHits = new TClonesArray("AliFMDhit", 1000);
-
+ gAlice->AddHitList(fHits);
+
fIshunt = 0;
fIdSens1 = 0;