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:
5ddeb37
)
Add AddHitList !!
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 May 2000 19:32:36 +0000
(19:32 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 May 2000 19:32:36 +0000
(19:32 +0000)
TOF/AliTOF.cxx
patch
|
blob
|
blame
|
history
diff --git
a/TOF/AliTOF.cxx
b/TOF/AliTOF.cxx
index 30833fc9c98947000a8356f23cb3cb6358c8e234..0701f420fc0f836d0cf7ced66a03fce666f73869 100644
(file)
--- a/
TOF/AliTOF.cxx
+++ b/
TOF/AliTOF.cxx
@@
-15,6
+15,9
@@
/*
$Log$
+Revision 1.13 2000/05/10 16:52:18 vicinanz
+New TOF version with holes for PHOS/RICH
+
Revision 1.11.2.1 2000/05/10 09:37:15 vicinanz
New version with Holes for PHOS/RICH
@@
-93,6
+96,7
@@
AliTOF::AliTOF(const char *name, const char *title)
// Initialization of hits and digits array
//
fHits = new TClonesArray("AliTOFhit", 405);
+ gAlice->AddHitList(fHits);
fIshunt = 0;
fDigits = new TClonesArray("AliTOFdigit",405);
//