Skip to content

Commit 57321cd

Browse files
committed
[PWGCF]Add files for q2 calculation
1 parent 4e314db commit 57321cd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

PWGCF/Flow/Tasks/flowEseCorre.cxx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ struct FlowEseCorre {
178178
if (!selectEvent(collision)) {
179179
return;
180180
}
181-
for (auto const& mod : *cfgNmods) {
181+
for (const auto& mod : cfgNmods->at(i)) {
182182
fillHistosQvec(collision, mod);
183183
fillHistosFlow(collision, tracks, mod);
184184
}
@@ -187,6 +187,8 @@ struct FlowEseCorre {
187187

188188
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
189189
{
190-
return WorkflowSpec{
191-
adaptAnalysisTask<FlowEseCorre>(cfgc)};
192-
}
190+
return WorkflowSpec{ return WorkflowSpec{
191+
adaptAnalysisTask<FlowEseCorre>(cfgc)}; adaptAnalysisTask<FlowEseCorre>(cfgc)};
192+
}
193+
194+

0 commit comments

Comments
 (0)