]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONDecision.cxx
Update From Debojit
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONDecision.cxx
index 387866e417eeb4efaebf9370570a4c3175f32a15..ed7fa70c0d725af4bd85e2aec7df57cf67736834 100644 (file)
@@ -255,11 +255,11 @@ void AliHLTMUONDecision::Print(Option_t* option) const
                                cout << setw(10) << "-";
                        }
                        
-                       if (decision->MansoTrackB() == NULL)
+                       if (decision->MansoTrackB() != NULL)
                        {
                                cout << setw(10) << decision->MansoTrackB()->Id();
                        }
-                       else if (decision->FullTrackB() == NULL)
+                       else if (decision->FullTrackB() != NULL)
                        {
                                cout << setw(10) << decision->FullTrackB()->Id();
                        }