Skip to content

Commit 48777b1

Browse files
committed
fix for o2 linter
1 parent 0afe3a2 commit 48777b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ using namespace std;
4242
using MyCollisions = soa::Join<aod::Collisions, aod::EvSels, aod::Qvectors>;
4343
using MyTracks = aod::Tracks;
4444

45-
struct JEPFlowAnalysis {
45+
struct JepFlowAnalysis {
4646

4747
HistogramRegistry epFlowHistograms{"EPFlow", {}, OutputObjHandlingPolicy::AnalysisObject, true, true};
4848
JEPFlowAnalysis epAnalysis;
@@ -201,5 +201,5 @@ struct JEPFlowAnalysis {
201201
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
202202
{
203203
return WorkflowSpec{
204-
adaptAnalysisTask<JEPFlowAnalysis>(cfgc)};
204+
adaptAnalysisTask<JepFlowAnalysis>(cfgc)};
205205
}

0 commit comments

Comments
 (0)