Skip to content

Commit cf17915

Browse files
authored
Rename struct tableDiffWake to TableDiffWake
1 parent 20a8eb1 commit cf17915

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGJE/TableProducer/tableDiffWake.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ DECLARE_SOA_TABLE(TableTrack, "AOD", "TABLETRACK",
125125
using namespace o2;
126126
using namespace o2::framework;
127127

128-
struct tableDiffWake {
128+
struct TableDiffWake {
129129

130130
HistogramRegistry histos{"histos", {}, OutputObjHandlingPolicy::AnalysisObject};
131131
Configurable<int> nBinsPt{"nBinsPt", 100, "N bins in pT histo"};
@@ -279,5 +279,5 @@ struct tableDiffWake {
279279
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
280280
{
281281
return WorkflowSpec{
282-
adaptAnalysisTask<tableDiffWake>(cfgc)};
282+
adaptAnalysisTask<TableDiffWake>(cfgc)};
283283
}

0 commit comments

Comments
 (0)