X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=MUON%2FAliMUONGeometry.h;h=37faac0ba35d399448450153f7be82c0c111896f;hp=ca957edd22e257b5e4630f87c7662530af548814;hb=69e406a75103fa07021c452da6ea770a8ed6b342;hpb=829425a512355433c2b59d05ddb13e541094c2ea diff --git a/MUON/AliMUONGeometry.h b/MUON/AliMUONGeometry.h index ca957edd22e..37faac0ba35 100644 --- a/MUON/AliMUONGeometry.h +++ b/MUON/AliMUONGeometry.h @@ -7,7 +7,7 @@ /// \class AliMUONGeometry /// \brief Container class for geometry modules /// -/// Author: Ivana Hrivnacova, IPN Orsay +/// \author Ivana Hrivnacova, IPN Orsay #ifndef ALI_MUON_GEOMETRY_H #define ALI_MUON_GEOMETRY_H @@ -44,7 +44,9 @@ class AliMUONGeometry : public TObject protected: + /// Not implemented AliMUONGeometry(const AliMUONGeometry& right); + /// Not implemented AliMUONGeometry& operator = (const AliMUONGeometry& right); private: @@ -62,6 +64,7 @@ class AliMUONGeometry : public TObject ClassDef(AliMUONGeometry,1) // Geometry parametrisation }; +/// Return geometry transformer inline AliMUONGeometryTransformer* AliMUONGeometry::GetTransformer() const { return fTransformer; }