Skip to content

Commit 9ab8dbb

Browse files
Dushmanta SahuDushmanta Sahu
authored andcommitted
Fix linter errors: rename multiplicitypt.cxx to MultiplicityPt.cxx to match struct name
1 parent 5d3db72 commit 9ab8dbb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

PWGLF/Tasks/Nuspex/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ o2physics_add_dpl_workflow(chargedparticle-raa
181181
COMPONENT_NAME Analysis)
182182

183183
o2physics_add_dpl_workflow(multiplicity-pt
184-
SOURCES multiplicitypt.cxx
184+
SOURCES MultiplicityPt.cxx
185185
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
186186
COMPONENT_NAME Analysis)
187187

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "Framework/StaticFor.h"
3131
#include "Framework/runDataProcessing.h"
3232

33-
#include "TDatabasePDG.h"
3433
#include <TF1.h>
3534
#include <TH1F.h>
3635
#include <TH2F.h>

0 commit comments

Comments
 (0)