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 5ed5e00 commit 6584c5fCopy full SHA for 6584c5f
PWGCF/Flow/Tasks/flowGfwOmegaXi.cxx
@@ -1403,7 +1403,6 @@ struct FlowGfwOmegaXi {
1403
float wacc = 1;
1404
float wloc = 1;
1405
double nch = 0;
1406
- double nchMC = 0;
1407
1408
for (const auto& track : tracks) {
1409
if (track.pt() < trkQualityOpts.cfgCutPtPOIMin.value || track.pt() > trkQualityOpts.cfgCutPtPOIMax.value)
@@ -1436,7 +1435,6 @@ struct FlowGfwOmegaXi {
1436
1435
if (cfgDoLocDenCorr) {
1437
hLocalDensity->Fill(mcParticle.phi(), wacc * weff);
1438
hLocalDensity->Fill(RecoDecay::constrainAngle(mcParticle.phi(), -constants::math::TwoPI), wacc * weff);
1439
- nchMC += wacc * weff;
1440
}
1441
1442
0 commit comments