]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Put default wise old segmentation (Ivana)
authorcussonno <cussonno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Feb 2005 10:59:16 +0000 (10:59 +0000)
committercussonno <cussonno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Feb 2005 10:59:16 +0000 (10:59 +0000)
MUON/AliMUON.cxx

index a24b1957527ca4bd1b1e278d0c3f4c92d652ccf6..7a886291406a33c26b147da263da034f6617a8c4 100644 (file)
@@ -95,7 +95,7 @@ AliMUON::AliMUON()
     fChambers(0),
     fTriggerCircuits(0),
     fGeometryBuilder(0),
-    fSegmentationType(0),// 0 for undefined
+    fSegmentationType(1),// set to 1 default wise old seg
     fDEIndexing(0),
     fAccCut(kFALSE),
     fAccMin(0.),
@@ -123,7 +123,7 @@ AliMUON::AliMUON(const char *name, const char *title)
     fChambers(0),
     fTriggerCircuits(0),
     fGeometryBuilder(0),
-    fSegmentationType(0),// 0 for undefined
+    fSegmentationType(1),// set to 1 default wise old seg
     fDEIndexing(0),
     fAccCut(kFALSE),
     fAccMin(0.),