]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSvFast.h
Compilation warnings fixed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSvFast.h
index 0988923b8062ae6a332280a2b35d8065c2bce662..0fbfdebc2a4dc9b1fbe714a701592cb7a70fedc8 100644 (file)
@@ -32,17 +32,13 @@ public:
 
   AliPHOSvFast() ;
   AliPHOSvFast(const char *name, const char *title="") ;
-  AliPHOSvFast(const AliPHOSvFast & fast) {
+  AliPHOSvFast(const AliPHOSvFast & fast) : AliPHOS(fast) {
     // cpy ctor: no implementation yet
     // requested by the Coding Convention
     assert(0==1) ; 
   }
   virtual ~AliPHOSvFast(void) ;
 
-  virtual void   AddHit( Int_t shunt, Int_t primary, Int_t track, Int_t id, Float_t *hits ) {
-    // useless since there are no hits
-    assert(0==1) ; 
-  }
   void           AddRecParticle(const AliPHOSFastRecParticle & rp) ; // adds primary particle to the RecParticles list
   virtual void   BuildGeometry(void) ;                               // creates the geometry for the ROOT display
   virtual void   CreateGeometry(void) ;                              // creates the geometry for GEANT