X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMDRing.cxx;h=ce0b7bd7e7e9901d26e20438e8bd88d6100cd20a;hb=8c7e6967db75a4076f2a4a37a6b36c6520df5367;hp=da598669999b1123c9fb0507fbed2431ddf1f300;hpb=02a27b508bdd34a6febe776298cc20b18fdbb2ed;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMDRing.cxx b/FMD/AliFMDRing.cxx index da598669999..ce0b7bd7e7e 100644 --- a/FMD/AliFMDRing.cxx +++ b/FMD/AliFMDRing.cxx @@ -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. @@ -30,10 +29,11 @@ // Latest changes by Christian Holm Christensen // +#include // ROOT_TMath +#include // ROOT_TVector2 + // #include // ALILOG_H #include "AliFMDRing.h" // ALIFMDRING_H -// #include // ROOT_TMath -#include // 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