X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONSt345SlatSegmentationV2.h;h=8409a4241d3998a00946baafe83c3e7a1fe4b2c7;hb=e4f80cd8939abda561b24d7f886037fa55f8e174;hp=a37c1f4b92559e1fec07b913fd1ae6045324799e;hpb=c895a991b62197fee2d7d878a6938ab9a055b171;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONSt345SlatSegmentationV2.h b/MUON/AliMUONSt345SlatSegmentationV2.h index a37c1f4b925..8409a4241d3 100644 --- a/MUON/AliMUONSt345SlatSegmentationV2.h +++ b/MUON/AliMUONSt345SlatSegmentationV2.h @@ -76,7 +76,7 @@ class AliMUONSt345SlatSegmentationV2 : public AliMUONVGeometryDESegmentation void SetDAnod(float d); - void Init(int /*chamber*/) {} + void Init(int /*chamber*/) {} ///< Not implemented void Draw(Option_t* opt = ""); Float_t Dpx() const; @@ -100,7 +100,7 @@ class AliMUONSt345SlatSegmentationV2 : public AliMUONVGeometryDESegmentation const AliMpVSegmentation* GetMpSegmentation() const; - /// to be deprecated. Use the one below w/o z instead. + /// \deprecated. Use the one below w/o z instead. void GetPadC(Int_t ix, Int_t iy, Float_t& x, Float_t& y, Float_t& z); /// From pad indices to coordinates (cm). @@ -128,15 +128,15 @@ class AliMUONSt345SlatSegmentationV2 : public AliMUONVGeometryDESegmentation private: - Int_t fDetElemId; // det element Id - AliMpPlaneType fPlaneType; // plane type - const AliMpSlat* fSlat; // slat - AliMpSlatSegmentation* fSlatSegmentation; // slat segmentation - AliMpVPadIterator* fPadIterator; //! pad iterator - AliMpPad fCurrentPad; //!FIXME: should not be needed, if we externalise the SetPad, SetHit, IntegrationLimits methods which have nothing to do here anyway, together with the iteration methods FirstPad, NextPad, MorePads, which have nothing to do here either. - Float_t fXhit; //! x-position of hit - Float_t fYhit; //! y-position of hit - ClassDef(AliMUONSt345SlatSegmentationV2,1) + Int_t fDetElemId; ///< det element Id + AliMpPlaneType fPlaneType; ///< plane type + const AliMpSlat* fSlat; ///< slat + AliMpSlatSegmentation* fSlatSegmentation; ///< slat segmentation + AliMpVPadIterator* fPadIterator; //!< pad iterator + AliMpPad fCurrentPad; //!< FIXME: should not be needed, if we externalise the SetPad, SetHit, IntegrationLimits methods which have nothing to do here anyway, together with the iteration methods FirstPad, NextPad, MorePads, which have nothing to do here either. + Float_t fXhit; //!< x-position of hit + Float_t fYhit; //!< y-position of hit + ClassDef(AliMUONSt345SlatSegmentationV2,1) // St345 segmentation V2 }; #endif