Skip to content

Commit 0d2c743

Browse files
added O2pdg dependency lines (#2466)
* Added deuteron PDG to recognise by the task * added O2PDG dependency for the deuteron
1 parent 3bc51ce commit 0d2c743

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

PWGCF/FemtoDream/femtoDreamPairTaskTrackTrack.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#include "Framework/ASoAHelpers.h"
2323
#include "Framework/RunningWorkflowInfo.h"
2424
#include "Framework/StepTHn.h"
25+
#include "Framework/O2DatabasePDGPlugin.h"
26+
#include "TDatabasePDG.h"
2527

2628
#include "PWGCF/DataModel/FemtoDerived.h"
2729
#include "FemtoDreamParticleHisto.h"
@@ -49,6 +51,7 @@ static const float cutsTable[nPart][nCuts]{
4951
} // namespace
5052

5153
struct femtoDreamPairTaskTrackTrack {
54+
Service<O2DatabasePDG> pdg;
5255
SliceCache cache;
5356
Preslice<aod::FemtoDreamDebugParticles> perCol = aod::femtodreamparticle::femtoDreamCollisionId;
5457

0 commit comments

Comments
 (0)