Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions PWGCF/TwoParticleCorrelations/Tasks/hphicorrelation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ struct hphicorrelation {
if (ParticleList[jj] == ParticleList[ii]) {
if (jj < ii) {
break;
} // break if it was already counted
} // break if it was already counted
nCommonCount++; // To Calculate no of times the entry was repeated
}
}
Expand Down Expand Up @@ -2157,7 +2157,7 @@ struct hphicorrelation {
// both tracks are Kaon now;
SE_FillRHCorrelationUS(collision, triggerTrack, posTrack, negTrack, nCR_Phi, nCR_Phi_0_2, nCR_Phi_2_4, nCR_Phi_4_8, nCR_Phi_8_i);
} // Second Track
} // first Track
} // first Track
// 01-End -obtaining h-Phi correlation
} // trigger Loop-End
// 01-h-phi All Three Region Unlike Sign correlation
Expand Down Expand Up @@ -2300,7 +2300,7 @@ struct hphicorrelation {
nPhiPhi++;
SE_FillPhiPhiCorrelation(collision, posTrack, negTrack, posTrack2, negTrack2, nLeadPhi, nAssoPhi_0_2, nAssoPhi_2_4);
} // negTrack2
} // posTrack2
} // posTrack2
// 03-End -PhiPhi Correlation
} // negTrack
fillSelectedTrack = 1;
Expand Down Expand Up @@ -2579,7 +2579,7 @@ struct hphicorrelation {
}
}
} // Mixing Case Loop
} // CollisionLoop-End
} // CollisionLoop-End

// Store Dataframe information
for (int iBin = 1; iBin <= 40; iBin++) {
Expand Down