]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDRing.cxx
Iterating over motif positions instead of rows, row segments
[u/mrichter/AliRoot.git] / FMD / AliFMDRing.cxx
index da598669999b1123c9fb0507fbed2431ddf1f300..ce0b7bd7e7e9901d26e20438e8bd88d6100cd20a 100644 (file)
@@ -21,8 +21,7 @@
 //__________________________________________________________________
 //
 // Utility class to help implement collection of FMD modules into
-// rings.  This is used by AliFMDDetector and AliFMDGeometry.  
-//
+// rings.  This is used by AliFMDDetector and AliFMDGeometry.
 // The AliFMDGeometry object owns the AliFMDRing objects, and the
 // AliFMDDetector objects reference these.  That is, the AliFMDRing
 // objects are share amoung the AliFMDDetector objects.
 // Latest changes by Christian Holm Christensen
 //
 
+#include <TMath.h>             // ROOT_TMath
+#include <TVector2.h>          // ROOT_TVector2
+
 // #include <AliLog.h>         // ALILOG_H
 #include "AliFMDRing.h"                // ALIFMDRING_H
-// #include <TMath.h>          // ROOT_TMath
-#include <TVector2.h>          // ROOT_TVector2
 
 //====================================================================
 ClassImp(AliFMDRing)
@@ -45,6 +45,24 @@ ClassImp(AliFMDRing)
 AliFMDRing::AliFMDRing(Char_t id) 
   : TNamed(Form("FMD%c", id), "Forward multiplicity ring"), 
     fId(id), 
+    fBondingWidth(0),
+    fWaferRadius(0),
+    fSiThickness(0),
+    fLowR(0),
+    fHighR(0),
+    fMinR(0),
+    fMaxR(0),
+    fTheta(0),
+    fNStrips(0),
+    fRingDepth(0),
+    fLegRadius(0),
+    fLegLength(0),
+    fLegOffset(0),
+    fModuleSpacing(0),
+    fPrintboardThickness(0),
+    fCopperThickness(0),
+    fChipThickness(0),
+    fSpacing(0),
     fVerticies(0)
 {
   // CTOR