]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for compilation warning
authorfbellini <fbellini@cern.ch>
Mon, 17 Mar 2014 14:01:51 +0000 (15:01 +0100)
committerhristov <Peter.Hristov@cern.ch>
Thu, 27 Mar 2014 15:25:09 +0000 (16:25 +0100)
PWGLF/RESONANCES/AliRsnCutDaughterD0.cxx

index a76ceac0c9b1cd93356ea3102238154a3ab14a33..81aad95a86ff0c8095e5e405c9cdaf9010771431 100644 (file)
@@ -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