Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGCF/Flow/Tasks/flowSP.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
OutputObj<GFWWeights> fWeightsNEG{GFWWeights("weights_negative")};

HistogramRegistry registry{"registry"};
HistogramRegistry QAhistos{"QAhistos", {}, OutputObjHandlingPolicy::AnalysisObject, false, true};

Check failure on line 180 in PWGCF/Flow/Tasks/flowSP.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/function-variable]

Use lowerCamelCase for names of functions and variables.

// Event selection cuts
TF1* fPhiCutLow = nullptr;
Expand Down Expand Up @@ -1651,5 +1651,5 @@
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
{
return WorkflowSpec{
adaptAnalysisTask<FlowSP>(cfgc)};
adaptAnalysisTask<FlowSP>(cfgc)};
}
Loading