]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0Digitizer.cxx
fixed redeclare the member data fHits(thanks Andreas)
[u/mrichter/AliRoot.git] / T0 / AliT0Digitizer.cxx
index bf927c9f99ffad543eac559fdfee9e42578bc917..3fef86183e6732cc8dd0334bfd9ba91c10086782 100644 (file)
@@ -217,7 +217,7 @@ void AliT0Digitizer::Exec(Option_t* /*option*/)
 
        //read Hits 
     pInStartLoader->LoadHits("READ");//probably it is necessary to load them before
-    TClonesArray *fHits = fT0->Hits ();
+    fHits = fT0->Hits ();
     TTree *th = pInStartLoader->TreeH();
     brHits = th->GetBranch("T0");
     if (brHits) {