X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMDFancy.h;h=a426dd12adfd87a9a5f3df08928374564f36332e;hb=6aafa7ea865a8b7a1ac0b15f6bb21ba9948352dc;hp=38275acfebec311814495803932e859cf69cd458;hpb=f95a63c4eca58e5264ca1ecf6cf74c5d30c60ea9;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMDFancy.h b/FMD/AliFMDFancy.h index 38275acfebe..a426dd12adf 100644 --- a/FMD/AliFMDFancy.h +++ b/FMD/AliFMDFancy.h @@ -113,6 +113,11 @@ protected: AliFMDFancy(const AliFMDFancy& ); /** Assignement operator */ AliFMDFancy& operator=(const AliFMDFancy& ) { return *this; } + virtual void AddMarker(Float_t x, Float_t y, Float_t z, + TObject* o, Float_t s, Float_t min, Float_t max) + { + AliFMDDisplay::AddMarker(x, y, z, o, s, min, max); + } /** Add a marker to the display @param det Detector @param rng Ring @@ -122,7 +127,8 @@ protected: @param s Signal @param max Maximum of signal */ virtual void AddMarker(UShort_t det, Char_t rng, UShort_t sec, - UShort_t str, TObject* o, Float_t s, Float_t max); + UShort_t str, TObject* o, Float_t s, + Float_t min, Float_t max); /** Process a hit @param hit hit to process */ virtual Bool_t ProcessHit(AliFMDHit* hit, TParticle*);