Skip to content

Commit 6584c5f

Browse files
authored
Update flowGfwOmegaXi.cxx
1 parent 5ed5e00 commit 6584c5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGCF/Flow/Tasks/flowGfwOmegaXi.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,6 @@ struct FlowGfwOmegaXi {
14031403
float wacc = 1;
14041404
float wloc = 1;
14051405
double nch = 0;
1406-
double nchMC = 0;
14071406

14081407
for (const auto& track : tracks) {
14091408
if (track.pt() < trkQualityOpts.cfgCutPtPOIMin.value || track.pt() > trkQualityOpts.cfgCutPtPOIMax.value)
@@ -1436,7 +1435,6 @@ struct FlowGfwOmegaXi {
14361435
if (cfgDoLocDenCorr) {
14371436
hLocalDensity->Fill(mcParticle.phi(), wacc * weff);
14381437
hLocalDensity->Fill(RecoDecay::constrainAngle(mcParticle.phi(), -constants::math::TwoPI), wacc * weff);
1439-
nchMC += wacc * weff;
14401438
}
14411439
}
14421440
}

0 commit comments

Comments
 (0)