Skip to content

Commit 7dba5d8

Browse files
committed
[PWGCF]Add files for q2 calculation
1 parent 57321cd commit 7dba5d8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

PWGCF/Flow/Tasks/flowEseCorre.cxx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file FlowEseCorre.cxx
12+
/// \file flowEseCorre.cxx
1313
/// \brief Task for flow and event shape engineering corrections
1414
/// \author Alice Collaboration
1515
/// \since 2023-05-15
@@ -187,8 +187,7 @@ struct FlowEseCorre {
187187

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

0 commit comments

Comments
 (0)