We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced6e4d commit cb48fb6Copy full SHA for cb48fb6
PWGUD/Tasks/upcPolarisationJPsiIncorr.cxx
@@ -239,9 +239,10 @@ struct upcPolarisationJPsiIncorr {
239
for (unsigned int i = 0; i < ampsV0A.size(); ++i) {
240
if (std::abs(ampsRelBCsV0A[i]) <= 1) {
241
if (ampsV0A[i] > kMaxAmpV0A)
242
- return;
+ return;
243
}
244
245
+
246
// MCH-MID match selection
247
int nMIDs = 0;
248
if (tr1.chi2MatchMCHMID() > 0)
0 commit comments