Skip to content

Commit 1104390

Browse files
authored
Update flowGfwOmegaXi.cxx
1 parent 9c4c7cf commit 1104390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Flow/Tasks/flowGfwOmegaXi.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ std::shared_ptr<TProfile3D> omegac24[10];
6666

6767
#define O2_DEFINE_CONFIGURABLE(NAME, TYPE, DEFAULT, HELP) Configurable<TYPE> NAME{#NAME, DEFAULT, HELP};
6868

69-
struct FlowGFWOmegaXi {
69+
struct FlowGfwOmegaXi {
7070

7171
O2_DEFINE_CONFIGURABLE(cfgCutVertex, float, 10.0f, "Accepted z-vertex range")
7272
O2_DEFINE_CONFIGURABLE(cfgCutPtPOIMin, float, 0.2f, "Minimal pT for poi tracks")
@@ -987,5 +987,5 @@ struct FlowGFWOmegaXi {
987987
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
988988
{
989989
return WorkflowSpec{
990-
adaptAnalysisTask<FlowGFWOmegaXi>(cfgc)};
990+
adaptAnalysisTask<FlowGfwOmegaXi>(cfgc)};
991991
}

0 commit comments

Comments
 (0)