]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/KINK/AliResonanceKinkLikeSign.cxx
Rulechecker-complying update from P.Ganoti (pganoti@phys.uoa.gr)
[u/mrichter/AliRoot.git] / PWG2 / KINK / AliResonanceKinkLikeSign.cxx
index e45a5fcbd9b41cd02c914b30a97a01cfcebf1138..8c1d04e36b96ea6e124b288d8aea50ef2aba9923 100644 (file)
@@ -166,11 +166,11 @@ void AliResonanceKinkLikeSign::Exec(Option_t *)
        
     //Uncomment the following block if the Like Sign is made of K+ kink + positive track
     
-    Int_t IndexKink=trackpos->GetKinkIndex(0);
+    Int_t indexKink=trackpos->GetKinkIndex(0);
     Int_t kaonKinkFlag=0;
-    if(IndexKink<0){
+    if(indexKink<0){
                
-        AliESDkink *kink=fESD->GetKink(TMath::Abs(IndexKink)-1);
+        AliESDkink *kink=fESD->GetKink(TMath::Abs(indexKink)-1);
        const TVector3 motherMfromKink(kink->GetMotherP());
        const TVector3 daughterMKink(kink->GetDaughterP());
        Float_t qt=kink->GetQt();