]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/AliZDC.cxx
Change of argument list of methods GetPadCxy, GetPadIxy, SetHit and FirstPad
[u/mrichter/AliRoot.git] / ZDC / AliZDC.cxx
index 38a8f88d2f70a3f3f4bd10bb167b6775c85a230e..d4bbb572f2fcd8c861ae121ceb08e82a6486e799 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.6  1999/09/29 09:24:35  fca
+Introduction of the Copyright and cvs Log
+
 */
 
 ///////////////////////////////////////////////////////////////////////////////
@@ -99,6 +102,7 @@ AliZDC::AliZDC(const char *name, const char *title)
   //
   // Allocate the array of hits
   fHits   = new TClonesArray("AliZDChit",  405);
+  gAlice->AddHitList(fHits);
   
   fIshunt     =  1;
 }