Skip to content

Commit bbee6b4

Browse files
authored
Update v0topologicalcuts.cxx linter
1 parent 3f64878 commit bbee6b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGLF/Tasks/Strangeness/v0topologicalcuts.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ using namespace o2;
7676
using namespace o2::framework;
7777
using namespace o2::framework::expressions;
7878

79-
struct v0topologicalcuts {
79+
struct V0TopologicalCuts {
8080
// Histogram Registry includes different V0 Parameteres for all V0s and individual MC-V0s with MC-matching
8181
HistogramRegistry rV0ParametersMCV0match{"V0ParametersMCV0Match", {}, OutputObjHandlingPolicy::AnalysisObject, true, true};
8282
HistogramRegistry rV0ParametersMCK0Smatch{"V0ParametersMCK0SMatch", {}, OutputObjHandlingPolicy::AnalysisObject, true, true};
@@ -674,12 +674,12 @@ struct v0topologicalcuts {
674674
}
675675
}
676676
}
677-
PROCESS_SWITCH(v0topologicalcuts, recMCProcess, "Process Run 3 MC:Reconstructed", true);
678-
PROCESS_SWITCH(v0topologicalcuts, dataProcess, "Process Run 3 Data,", false);
677+
PROCESS_SWITCH(V0TopologicalCuts, recMCProcess, "Process Run 3 MC:Reconstructed", true);
678+
PROCESS_SWITCH(V0TopologicalCuts, dataProcess, "Process Run 3 Data,", false);
679679
};
680680

681681
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
682682
{
683683
return WorkflowSpec{
684-
adaptAnalysisTask<v0topologicalcuts>(cfgc)};
684+
adaptAnalysisTask<V0TopologicalCuts>(cfgc)};
685685
}

0 commit comments

Comments
 (0)