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 778a327 commit cdf39afCopy full SHA for cdf39af
PWGCF/Flow/Tasks/flowTask.cxx
@@ -1253,6 +1253,13 @@ struct FlowTask {
1253
fGFW->Clear();
1254
fFCptgen->clearVector();
1255
1256
+ if (cfgUseAdditionalEventCut) {
1257
+ for (auto const& collision : collisions) {
1258
+ if (!eventSelected(collision, mcParticles.size(), cent))
1259
+ return;
1260
+ }
1261
1262
+
1263
double ptSum_Gap08 = 0.;
1264
double count_Gap08 = 0.;
1265
for (const auto& mcParticle : mcParticles) {
0 commit comments