]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVGeometryBuilder.h
Fix bug in mu calculation (Plamen)
[u/mrichter/AliRoot.git] / MUON / AliMUONVGeometryBuilder.h
index ed9f85515007ffde5c526f67d6ec46579a3386d0..c2a21a6c4ce0bceed6fc94dcb1a0fd53f60a53b6 100644 (file)
@@ -10,8 +10,8 @@
 ///
 /// \author Ivana Hrivnacova, IPN Orsay
 
-#ifndef ALI_MUON_V_GEOMETRY_BUILDER_H
-#define ALI_MUON_V_GEOMETRY_BUILDER_H
+#ifndef ALI_MUONV_GEOMETRY_BUILDER_H
+#define ALI_MUONV_GEOMETRY_BUILDER_H
 
 #include <fstream>
 
@@ -37,7 +37,7 @@ class AliMUONVGeometryBuilder : public TObject
     // methods
     void  SetReferenceFrame(const TGeoCombiTrans& referenceFrame);
     void  RebuildSVMaps(Bool_t withEnvelopes = true) const;
-    void  CreateDetElements() const;
+    void  UpdateDetElements(Bool_t create) const;
 
                   /// Function to be overriden in a concrete chamber/station
                  /// geometry builder class.
@@ -55,6 +55,12 @@ class AliMUONVGeometryBuilder : public TObject
                  /// usind the provided transformation.
     virtual void CreateGeometry() = 0;
 
+                  /// Function to be overriden in a concrete chamber/station
+                 /// geometry class. \n
+                 /// The volume name for each geometry module, its virtuality
+                  /// and eventually the mother volume name should be defined
+    virtual void SetVolumes() = 0;
+
                   /// Function to be overriden in a concrete chamber/station
                  /// geometry class. \n
                  /// The transformation of each chamber(s) wrt ALICE
@@ -101,7 +107,10 @@ class AliMUONVGeometryBuilder : public TObject
     
   private:
     //methods
+    
+    /// Not implemented
     AliMUONVGeometryBuilder(const AliMUONVGeometryBuilder& rhs);
+    /// Not implemented
     AliMUONVGeometryBuilder& operator = (const AliMUONVGeometryBuilder& rhs);
 
     TGeoHMatrix ConvertTransform(const TGeoHMatrix& transform) const;
@@ -130,4 +139,4 @@ inline Int_t  AliMUONVGeometryBuilder::NofGeometries() const
 inline AliMUONGeometryModule* AliMUONVGeometryBuilder::Geometry(Int_t i) const
 { return (AliMUONGeometryModule*)fGeometryModules->At(i); }
 
-#endif //ALI_MUON_V_GEOMETRY_BUILDER_H
+#endif //ALI_MUONV_GEOMETRY_BUILDER_H