12 #ifndef ALI_MUON_GEOMETRY_DET_ELEMENT_H
13 #define ALI_MUON_GEOMETRY_DET_ELEMENT_H
30 static TString
GetDEName(Int_t detElemId);
34 Float_t xg, Float_t yg, Float_t zg,
35 Float_t& xl, Float_t& yl, Float_t& zl)
const;
37 Double_t xg, Double_t yg, Double_t zg,
38 Double_t& xl, Double_t& yl, Double_t& zl)
const;
41 Float_t xl, Float_t yl, Float_t zl,
42 Float_t& xg, Float_t& yg, Float_t& zg)
const;
44 Double_t xl, Double_t yl, Double_t zl,
45 Double_t& xg, Double_t& yg, Double_t& zg)
const;
93 {
return GetUniqueID(); }
104 inline const TGeoHMatrix*
109 inline const TGeoHMatrix*
113 #endif //ALI_MUON_GEOMETRY_DET_ELEMENT_H
AliMUONGeometryDetElement()
Not implemented.
void Local2Global(Float_t xl, Float_t yl, Float_t zl, Float_t &xg, Float_t &yg, Float_t &zg) const
TString fDEName
detection element name
AliMUONGeometryDetElement & operator=(const AliMUONGeometryDetElement &rhs)
Not implemented.
Int_t GetId() const
Return detection element ID.
Int_t GetVolumeCopyNo() const
TString GetVolumePath() const
Return the full path of the aligned volume or envelope in geometry.
void PrintGlobalTransform() const
void SetVolumePath(const TString &volumePath)
Set the full path of the aligned volume or envelope in geometry.
void Global2Local(Float_t xg, Float_t yg, Float_t zg, Float_t &xl, Float_t &yl, Float_t &zl) const
void SetGlobalTransformation(const TGeoHMatrix &transform, Bool_t warn=true)
virtual ~AliMUONGeometryDetElement()
TString GetDEName() const
Return detection element ID.
const TGeoHMatrix * GetGlobalTransformation() const
Return the detection element transformation wrt world.
static const TString & GetDENamePrefix()
void PrintLocalTransform() const
void SetLocalTransformation(const TGeoHMatrix &transform, Bool_t warn=true)
TGeoHMatrix * fLocalTransformation
the transformation wrt module
void PrintTransform(const TGeoHMatrix *transform) const
TString fVolumePath
the full path of aligned volume or envelope in geometry
TString GetVolumeName() const
Class for storing detection element transformations.
TGeoHMatrix * fGlobalTransformation
the transformation wrt world
const TGeoHMatrix * GetLocalTransformation() const
Return the detection element transformation wrt module.