]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Change in the initialisation of two data members of AliITSTrackleterSPDEff (G. E...
authorprino <prino@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Aug 2009 15:59:14 +0000 (15:59 +0000)
committerprino <prino@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Aug 2009 15:59:14 +0000 (15:59 +0000)
ITS/AliITSTrackleterSPDEff.cxx

index 873b2d54e708ad4297afcc45a88c3bc0138e6fd4..59237398d1ff4f1f3ae7479414f1fa997a846ead 100644 (file)
@@ -96,11 +96,11 @@ fPlaneEffSPD(0),
 fReflectClusterAroundZAxisForLayer0(kFALSE),
 fReflectClusterAroundZAxisForLayer1(kFALSE),
 fMC(0),
-fUseOnlyPrimaryForPred(1),
+fUseOnlyPrimaryForPred(0),
 fUseOnlySecondaryForPred(0), 
 fUseOnlySameParticle(0),
 fUseOnlyDifferentParticle(0),
-fUseOnlyStableParticle(0),
+fUseOnlyStableParticle(1),
 fPredictionPrimary(0),
 fPredictionSecondary(0),
 fClusterPrimary(0),