We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d87b7 commit 0c6c7dbCopy full SHA for 0c6c7db
PWGDQ/Tasks/ModelConverter.cxx
@@ -25,6 +25,11 @@
25
#include "Framework/ASoAHelpers.h"
26
#include "PWGDQ/DataModel/ReducedInfoTables.h"
27
28
+using namespace o2;
29
+using namespace o2::framework;
30
+using namespace o2::framework::expressions;
31
+using namespace o2::aod;
32
+
33
struct MultPVConverter000_001 {
34
Produces<o2::aod::ReducedEventsMultPV_001> multPV_001;
35
void process(o2::aod::ReducedEventsMultPV_001 const& multsPV)
0 commit comments