]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/ITSModule.cxx
Fix effc++ warnings.
[u/mrichter/AliRoot.git] / EVE / Alieve / ITSModule.cxx
index 8f2714132d27a68fa733bdc810e0d4d3d834f38f..8eba2118ce9a9407ad165459e8099f74a029d759 100644 (file)
@@ -22,8 +22,10 @@ ClassImp(ITSModule)
 ITSModule::ITSModule(const Text_t* n, const Text_t* t, Color_t col) :
   Reve::RenderElement(fFrameColor),
   QuadSet(n, t),
-  fInfo  (0),
-  fDetID (-1),
+  fInfo(0),
+  fID(-1), fDetID(-1),
+  fLayer(-1), fLadder(-1), fDet(-1),
+  fDx(0), fDz(0), fDy(0),
   fFrameColor(col)
 {}
 
@@ -31,7 +33,9 @@ ITSModule::ITSModule(Int_t id, ITSDigitsInfo* info, Color_t col) :
   Reve::RenderElement(fFrameColor),
   QuadSet(Form("ITS module %d", id)),
   fInfo  (0),
-  fDetID (-1),
+  fID(-1), fDetID(-1),
+  fLayer(-1), fLadder(-1), fDet(-1),
+  fDx(0), fDz(0), fDy(0),
   fFrameColor(col)
 {
   SetDigitsInfo(info);