X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONGeometryConstituent.h;h=3014a8eec9989f4455803c9f35dd68b395cb545f;hb=9f3f7bb6e2cada00c63c9a17fcdd0ce1d4590b10;hp=a017f212c65ed850ee5aabe067ba8e668be15e0d;hpb=829425a512355433c2b59d05ddb13e541094c2ea;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONGeometryConstituent.h b/MUON/AliMUONGeometryConstituent.h index a017f212c65..3014a8eec99 100644 --- a/MUON/AliMUONGeometryConstituent.h +++ b/MUON/AliMUONGeometryConstituent.h @@ -8,7 +8,7 @@ /// \class AliMUONGeometryConstituent /// \brief Helper class for definititon of an assembly of volumes. /// -/// Author: Ivana Hrivnacova, IPN Orsay +/// \author Ivana Hrivnacova, IPN Orsay #ifndef ALI_MUON_GEOMETRY_CONSTITUENT_H #define ALI_MUON_GEOMETRY_CONSTITUENT_H @@ -45,9 +45,9 @@ class AliMUONGeometryConstituent : public TNamed const TGeoCombiTrans* GetTransformation() const; protected: + /// Not implemented AliMUONGeometryConstituent(const AliMUONGeometryConstituent& rhs); - - // operators + /// Not implemented AliMUONGeometryConstituent& operator = (const AliMUONGeometryConstituent& rhs); private: @@ -65,15 +65,19 @@ class AliMUONGeometryConstituent : public TNamed // inline functions +/// Return copy number inline Int_t AliMUONGeometryConstituent::GetCopyNo() const { return fCopyNo; } +/// Return number of shape parameters inline Int_t AliMUONGeometryConstituent::GetNpar() const { return fNpar; } +/// Return the array of shape parameters inline Double_t* AliMUONGeometryConstituent::GetParam() const { return fParam; } +/// Return the constituent transformation wrt to the envelope inline const TGeoCombiTrans* AliMUONGeometryConstituent::GetTransformation() const { return fTransformation; }