From 8ed7b07f6618b2ab2b188950acc9a22b59f0122a Mon Sep 17 00:00:00 2001 From: fbellini Date: Mon, 17 Mar 2014 15:01:51 +0100 Subject: [PATCH] Fix for compilation warning --- PWGLF/RESONANCES/AliRsnCutDaughterD0.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/RESONANCES/AliRsnCutDaughterD0.cxx b/PWGLF/RESONANCES/AliRsnCutDaughterD0.cxx index a76ceac0c9b..81aad95a86f 100644 --- a/PWGLF/RESONANCES/AliRsnCutDaughterD0.cxx +++ b/PWGLF/RESONANCES/AliRsnCutDaughterD0.cxx @@ -18,13 +18,13 @@ ClassImp(AliRsnCutDaughterD0) AliRsnCutDaughterD0::AliRsnCutDaughterD0(const char *name, AliPID::EParticleType pid) : AliRsnCut(name, AliRsnTarget::kDaughter), fNoPID(kFALSE), - fPtDepPIDCut(kFALSE), fPID(pid), fCutQuality(Form("%sQuality", name)), fPionTPCPIDCut(3.0), fKaonTPCPIDCut(3.0), fPionTOFPIDCut(3.0), - fKaonTOFPIDCut(3.0) + fKaonTOFPIDCut(3.0), + fPtDepPIDCut(kFALSE) { // // Constructor -- 2.43.0