]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bugfix
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Feb 2010 10:21:13 +0000 (10:21 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Feb 2010 10:21:13 +0000 (10:21 +0000)
EVE/hlt-macros/onlineDisplay.C

index eb134c1f47ee32ecf33722eaee0c3987cbab28a1..da50949b2c56523cc8d53967055b47f459dcedb4 100644 (file)
@@ -138,20 +138,6 @@ class AliHLTHOMERBlockDesc;
 
 class TEveViewer;
 
-// 
-class caloCell :  public TObject 
-{
-
-public :
-
-  AliHLTPHOSChannelDataStruct phosStruct;
-
-private :
-  ClassDef(caloCell, 1);
-
-};
-
-
 
 // -----------------------------------------------------------------
 // --                       Geometry / Scenes                     --
@@ -1475,10 +1461,6 @@ Int_t processPHOSClusters(AliHLTHOMERBlockDesc* block) {
        //      gPHOSBoxSet[ds->fModule]->AddBox(ds->fLocX, 0, ds->fLocZ, 2.2, ds->fEnergy*20, 2.2);
        gPHOSBoxSet[module]->AddBox(x, 0, z, 2.2, chd->fEnergy/15, 2.2);
        gPHOSBoxSet[module]->DigitValue(static_cast<Int_t>(chd->fEnergy));
-       
-       caloCell *cs = new caloCell();
-       cs->phosStruct = *chd;
-       gPHOSBoxSet[module]->DigitId(cs);
       }