2 //////////////////////////////////////////////////////////////////////////////
4 // Forward Multiplicity Detector have to be reconstructed //
5 // number of particles in fixed pseudorapidity interval from //
6 // fNumOfMinRing to fNumOfMaxRing //
8 // from fNumOfMinSector to fNumOfMaxSector //
9 //////////////////////////////////////////////////////////////////////////////
12 #include "AliFMDReconstParticles.h"
14 ClassImp(AliFMDReconstParticles)
16 AliFMDReconstParticles::AliFMDReconstParticles()
23 fNumOfReconstParticles=0;
25 AliFMDReconstParticles::AliFMDReconstParticles(Int_t *RecParticles)
27 fNumOfDet=RecParticles[0];
28 fNumOfMinSector=RecParticles[1];
29 fNumOfMaxSector=RecParticles[2];
30 fNumOfMinRing=RecParticles[3];
31 fNumOfMaxRing=RecParticles[4];
32 fNumOfReconstParticles=RecParticles[5];