X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMDMult.h;h=ec4353741bcb687a666619998d96563d0e64e9fd;hb=8a3161ee5e77aef097f4d7cf7a65a7dfbfa749bd;hp=9b716572c2c04f4d1bea960e3d427959e9eebecb;hpb=56b1929b4687f57bebdd95309d2994db32b6255c;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMDMult.h b/FMD/AliFMDMult.h index 9b716572c2c..ec4353741bc 100644 --- a/FMD/AliFMDMult.h +++ b/FMD/AliFMDMult.h @@ -20,9 +20,11 @@ public: AliFMDMult(Float_t particles=0, UShort_t method=kNaiive); virtual ~AliFMDMult() {}; - Float_t Particles() const { return fParticles; } - UShort_t Method() const { return fMethod; } - virtual void Print(Option_t* opt="") const; + Float_t Particles() const { return fParticles; } + UShort_t Method() const { return fMethod; } + virtual Float_t Eta() const = 0; + virtual Float_t Phi() const = 0; + virtual void Print(Option_t* opt="") const; protected: Float_t fParticles; // Number of particles UShort_t fMethod; // Method use to get fParticles