Skip to content

Commit 665bee0

Browse files
nkaratzenkaratze
andauthored
[PWGLF] Correct service placement (#13760)
Co-authored-by: nkaratze <nxk335@student.bham.ac.uk>
1 parent 55bf116 commit 665bee0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This analysis includes three processes, one for Real Data and two for MC at the
2424
#include "PWGLF/Utils/inelGt.h"
2525

2626
#include "Common/DataModel/EventSelection.h"
27-
#include "Common/DataModel/PIDResponseTPC.h"
27+
#include "Common/DataModel/PIDResponse.h"
2828

2929
#include "CommonConstants/PhysicsConstants.h"
3030
#include "CommonUtils/StringUtils.h"
@@ -39,8 +39,6 @@ This analysis includes three processes, one for Real Data and two for MC at the
3939
#include <utility>
4040
#include <vector>
4141

42-
o2::framework::Service<o2::framework::O2DatabasePDG> pdgDB;
43-
4442
// namespace to be used for pt plots and bins
4543
namespace pthistos
4644
{
@@ -675,6 +673,7 @@ struct V0PtInvMassPlots {
675673

676674
// Defining the type of the daughter tracks
677675
using DaughterTracks = soa::Join<aod::TracksIU, aod::TracksExtra, aod::pidTPCPi, aod::pidTPCPr>;
676+
o2::framework::Service<o2::framework::O2DatabasePDG> pdgDB;
678677

679678
void genMCProcess(
680679
aod::McCollisions::iterator const& mcCollisions,

0 commit comments

Comments
 (0)