]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing pure abstract method AddHit
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Oct 2003 17:37:38 +0000 (17:37 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Oct 2003 17:37:38 +0000 (17:37 +0000)
EMCAL/AliEMCAL.h

index 61c81b3facfb42f398f836da05dda2438d3a85df..27d7bd09c0996695daac547b0350b409dc039137 100644 (file)
@@ -43,8 +43,6 @@ class AliEMCAL : public AliDetector {
          "not to be used: use AddHit( Int_t shunt, Int_t primary, Int_t track,Int_t id, Float_t *hits )") ;  
 
   }
-  virtual void  AddHit( Int_t shunt, Int_t primary, Int_t track, 
-                        Int_t id, Float_t *hits ) = 0 ;
   virtual void  CreateMaterials() ;   
   virtual void  FinishRun() {WriteQA();}                  
   virtual AliEMCALGeometry * GetGeometry() const ;