]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerGeometryBuilder.h
Introduction of AliTRDLeastSquare
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerGeometryBuilder.h
index f0f924efb07f075cf67663a9d5a4620ca639c5ec..930177666b27a74eba4ee1b902e7db5c3376a043 100644 (file)
@@ -4,11 +4,11 @@
 // $Id$
 // Revision of includes 07/05/2004
 //
-/// \ingroup base
+/// \ingroup sim
 /// \class AliMUONTriggerGeometryBuilder
 /// \brief MUON Trigger stations geometry construction class
 ///
-/// Author: Philippe Crochette, LPC Clermont-Ferrand
+/// \author Philippe Crochet (LPCCFd)
 
 #ifndef ALI_MUON_TRIGGER_GEOMETRY_BUILDER_H
 #define ALI_MUON_TRIGGER_GEOMETRY_BUILDER_H
@@ -29,14 +29,18 @@ class AliMUONTriggerGeometryBuilder : public AliMUONVGeometryBuilder
     virtual void SetTransformations();
     virtual void SetSensitiveVolumes();
     
+    /// Do not apply global transformation (geometry is defined in the new ALICE reference frame)
+    virtual bool ApplyGlobalTransformation() { return false; }
+    
   protected:  
-    AliMUONTriggerGeometryBuilder(const AliMUONTriggerGeometryBuilder& rhs);
-
-    // operators  
-    AliMUONTriggerGeometryBuilder& operator = (const AliMUONTriggerGeometryBuilder& rhs);
     
   private:
-     AliMUON*  fMUON; // the MUON detector class 
+    /// Not implemented
+    AliMUONTriggerGeometryBuilder(const AliMUONTriggerGeometryBuilder& rhs);
+    /// Not implemented
+    AliMUONTriggerGeometryBuilder& operator = (const AliMUONTriggerGeometryBuilder& rhs);
+
+    AliMUON*  fMUON; ///< the MUON detector class 
         
   ClassDef(AliMUONTriggerGeometryBuilder,1) // MUON Trigger stations geometry construction class
 };