13 #ifndef ALI_MUON_GEOMETRY_CONSTITUENT_H
14 #define ALI_MUON_GEOMETRY_CONSTITUENT_H
18 class TGeoTranslation;
27 Int_t npar, Double_t* param);
29 const TGeoTranslation& translation,
30 Int_t npar, Double_t* param);
32 const TGeoTranslation& translation,
33 const TGeoRotation& rotation,
34 Int_t npar, Double_t* param);
36 const TGeoCombiTrans& transform,
37 Int_t npar, Double_t* param);
84 #endif //ALI_MUON_GEOMETRY_CONSTITUENT_H
Int_t fNpar
number of shape parameters
Int_t GetNpar() const
Return number of shape parameters.
AliMUONGeometryConstituent()
Double_t * fParam
shape parameters
AliMUONGeometryConstituent & operator=(const AliMUONGeometryConstituent &rhs)
Not implemented.
Double_t * GetParam() const
Return the array of shape parameters.
Int_t GetCopyNo() const
Return copy number.
TGeoCombiTrans * fTransformation
the constituent transformation wrt to the envelope
Helper class for definititon of an assembly of volumes.
const TGeoCombiTrans * GetTransformation() const
Return the constituent transformation wrt to the envelope.
virtual ~AliMUONGeometryConstituent()