Skip to content

Commit

Permalink
[PWGHF] inclusion PID for tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
1994ra authored Dec 10, 2024
1 parent 4cf6c4e commit beb5e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
/// \author Zhen Zhang <zhenz@cern.ch>

#include <vector>
#include <TDatabasePDG.h>

Check warning on line 19 in PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[pdg/database]

Direct use of TDatabasePDG is not allowed. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG>.

#include "CommonConstants/PhysicsConstants.h"
#include "Framework/AnalysisTask.h"
#include "Framework/HistogramRegistry.h"
#include "Framework/runDataProcessing.h"
#include "TDatabasePDG.h"

#include "Common/Core/TrackSelection.h"
#include "Common/DataModel/Centrality.h"
Expand Down

0 comments on commit beb5e34

Please sign in to comment.