]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDDetector.h
removal of eff. C++ warnings (R.Vernet)
[u/mrichter/AliRoot.git] / FMD / AliFMDDetector.h
index 5654d6f5d04278f74b0b2f921fef2966d4ff1f7a..aaf40a4fa9d8e7b6fd808fd4060080abcc21222b 100644 (file)
@@ -7,10 +7,16 @@
  *
  * See cxx source for full Copyright notice                               
  */
+//__________________________________________________________________
+//
+// Utility class to help implement the FMD geometry.  This provides
+// the interface for the concrete geometry implementations of the FMD
+// sub-detectors. 
 /** @file    AliFMDDetector.h
     @author  Christian Holm Christensen <cholm@nbi.dk>
     @date    Mon Mar 27 12:36:27 2006
     @brief   Sub-detector base class declaration
+    @ingroup FMD_base
 */
 #ifndef ROOT_TNamed
 # include <TNamed.h>
@@ -129,6 +135,9 @@ public:
       detector.  */
   Bool_t XYZ2Detector(Double_t x, Double_t y, Double_t z, 
                      Char_t& ring, UShort_t& sector, UShort_t& strip) const;
+
+  /** Declare alignable volumes */
+  virtual void SetAlignableVolumes() const;
 protected:
   /** Check if we have all transformations for a ring 
       @param ring Ring to check for