Skip to content

Commit 2e95ea7

Browse files
committed
Fully qualify names
1 parent 6d98d8d commit 2e95ea7

8 files changed

Lines changed: 467 additions & 461 deletions

PWGDQ/Tasks/tableReader_withAssoc.h

Lines changed: 453 additions & 461 deletions
Large diffs are not rendered by default.

PWGDQ/Tasks/tableReader_withAssoc_AsymmetricPairing_workflowSpec.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include <Framework/AnalysisTask.h>
1818
#include <Framework/runDataProcessing.h>
1919

20+
using namespace o2::framework;
21+
2022
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
2123
{
2224
return WorkflowSpec{

PWGDQ/Tasks/tableReader_withAssoc_DileptonTrackPairing_workflowSpec.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include <Framework/AnalysisTask.h>
1818
#include <Framework/runDataProcessing.h>
1919

20+
using namespace o2::framework;
21+
2022
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
2123
{
2224
return WorkflowSpec{

PWGDQ/Tasks/tableReader_withAssoc_DileptonTrackTrackPairing_workflowSpec.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include <Framework/AnalysisTask.h>
1818
#include <Framework/runDataProcessing.h>
1919

20+
using namespace o2::framework;
21+
2022
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
2123
{
2224
return WorkflowSpec{

PWGDQ/Tasks/tableReader_withAssoc_SameEventPairingBarrelOnly_workflowSpec.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include <Framework/AnalysisTask.h>
1818
#include <Framework/runDataProcessing.h>
1919

20+
using namespace o2::framework;
21+
2022
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
2123
{
2224
return WorkflowSpec{

PWGDQ/Tasks/tableReader_withAssoc_SameEventPairingMuonOnly_workflowSpec.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include <Framework/AnalysisTask.h>
1818
#include <Framework/runDataProcessing.h>
1919

20+
using namespace o2::framework;
21+
2022
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
2123
{
2224
return WorkflowSpec{

PWGDQ/Tasks/tableReader_withAssoc_SameEventPairing_workflowSpec.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include <Framework/AnalysisTask.h>
1818
#include <Framework/runDataProcessing.h>
1919

20+
using namespace o2::framework;
21+
2022
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
2123
{
2224
return WorkflowSpec{

PWGDQ/Tasks/tableReader_withAssoc_workflowSpec.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include <Framework/AnalysisTask.h>
1818
#include <Framework/runDataProcessing.h>
1919

20+
using namespace o2::framework;
21+
2022
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
2123
{
2224
return WorkflowSpec{

0 commit comments

Comments
 (0)