From: abercuci Date: Fri, 15 Aug 2008 14:29:12 +0000 (+0000) Subject: bug fix. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=9b7da2016b320c233b71447381bccedb0cac5904;p=u%2Fmrichter%2FAliRoot.git bug fix. --- diff --git a/EVE/alice-macros/trd_detectors.C b/EVE/alice-macros/trd_detectors.C index 5ed8e3d9514..7489b3d5a1c 100644 --- a/EVE/alice-macros/trd_detectors.C +++ b/EVE/alice-macros/trd_detectors.C @@ -78,7 +78,7 @@ TEveElementList* trd_detectors(Int_t sector = -1, TEveElement *cont = 0) chm->LoadClusters(clusters); chm->LoadDigits(&dm); - clusters->Clear(); + //clusters->Clear(); } gEve->AddElement(list, cont);