From 1678f0905189aaa4b0a6c8e5d03fb64675ee0918 Mon Sep 17 00:00:00 2001 From: laphecet Date: Thu, 20 May 2010 18:51:58 +0000 Subject: [PATCH] Small fix --- MUON/AliMUONRecoParam.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MUON/AliMUONRecoParam.cxx b/MUON/AliMUONRecoParam.cxx index 1f75b8424f4..6e799cfef1b 100644 --- a/MUON/AliMUONRecoParam.cxx +++ b/MUON/AliMUONRecoParam.cxx @@ -630,7 +630,7 @@ AliMUONRecoParam::Create(const char* settings) // set default lowFlux parameters param = AliMUONRecoParam::GetLowFluxParam(); } - else if ( stype == "ppreal" || stype == "pprealsim" || "pprealnofield" ) + else if ( stype == "ppreal" || stype == "pprealsim" || stype == "pprealnofield" ) { // common parameters for p-p data and realistic p-p simu param = AliMUONRecoParam::GetLowFluxParam(); -- 2.43.0