]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDReconstParticles.cxx
code according Convertions
[u/mrichter/AliRoot.git] / FMD / AliFMDReconstParticles.cxx
index 42bb48254d6e592f2407763c4423983966a3b4ba..216d2a977659406ade9f4b6d98d21349fa91a72e 100644 (file)
@@ -20,10 +20,3 @@ AliFMDReconstParticles::AliFMDReconstParticles(Int_t *RecParticles)
      fNumOfMaxRing=RecParticles[4];
      fNumOfReconstParticles=RecParticles[5];
 }
-Int_t AliFMDReconstParticles::GetVolume(){return fNumOfDet;}
-Int_t AliFMDReconstParticles::GetNumberOfMinSector() {return fNumOfMinSector;}
-Int_t AliFMDReconstParticles::GetNumberOfMaxSector() {return fNumOfMaxSector;}
-Int_t AliFMDReconstParticles::GetNumberOfMinRing() {return fNumOfMinRing;}
-Int_t AliFMDReconstParticles::GetNumberOfMaxRing() {return fNumOfMaxRing;}
-Int_t AliFMDReconstParticles::GetNumberOfReconstParticles() {return fNumOfReconstParticles;}
-