]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerSegmentation.cxx
removing fc++ warnings
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerSegmentation.cxx
index 1f8c1397b29025bfd9053c6ed739ed7f1f5b6fb0..abd2000e040ef791763765eae1e9bfb133d82fe6 100644 (file)
@@ -37,6 +37,7 @@ AliMUONTriggerSegmentation::AliMUONTriggerSegmentation()
     fNsec(7),
     fNpx(999999),
     fNpy(999999),
+    fSector(0),
     fXhit(0.),
     fYhit(0.),
     fIx(0),
@@ -69,8 +70,10 @@ AliMUONTriggerSegmentation::AliMUONTriggerSegmentation(Bool_t bending)
   : AliMUONVGeometryDESegmentation(),
     fBending(bending),
     fId(0),
+    fNsec(7),
     fNpx(999999),
     fNpy(999999),
+    fSector(0),
     fXhit(0.),
     fYhit(0.),
     fIx(0),
@@ -84,7 +87,6 @@ AliMUONTriggerSegmentation::AliMUONTriggerSegmentation(Bool_t bending)
 {
 /// Standard constructor
 
-  fNsec = 7;  
 // add to St345SlatSegmentation
   for (Int_t i=0; i<7; i++) {
       fNstrip[i]=0;