]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CASTOR/AliCASTOR.cxx
Introducing a list of lists of hits -- more hits allowed for detector now
[u/mrichter/AliRoot.git] / CASTOR / AliCASTOR.cxx
index 0b15edd95b19587aa19bd2d373f914bddb96c54e..780e6e899e51dc423c50c80bf1f3a809202331fe 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.6  1999/09/29 09:24:07  fca
+Introduction of the Copyright and cvs Log
+
 */
 
 ///////////////////////////////////////////////////////////////////////////////
@@ -68,6 +71,7 @@ AliCASTOR::AliCASTOR(const char *name, const char *title)
   //
   // Create a tree of castor hits
   fHits   = new TClonesArray("AliCASTORhit",  405);
+  gAlice->AddHitList(fHits);
   
   fIshunt     =  0;