Skip to content

Commit 0c6c7db

Browse files
author
sjzhu0v0
committed
debug
1 parent 11d87b7 commit 0c6c7db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PWGDQ/Tasks/ModelConverter.cxx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
#include "Framework/ASoAHelpers.h"
2626
#include "PWGDQ/DataModel/ReducedInfoTables.h"
2727

28+
using namespace o2;
29+
using namespace o2::framework;
30+
using namespace o2::framework::expressions;
31+
using namespace o2::aod;
32+
2833
struct MultPVConverter000_001 {
2934
Produces<o2::aod::ReducedEventsMultPV_001> multPV_001;
3035
void process(o2::aod::ReducedEventsMultPV_001 const& multsPV)

0 commit comments

Comments
 (0)