Skip to content

Commit 86415ab

Browse files
committed
Add missing includes and using
1 parent 414602d commit 86415ab

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

EventFiltering/PWGHF/HFFilter.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include <onnxruntime/core/session/experimental_onnxruntime_cxx_api.h> // needed for HFFilterHelpers, to be fixed
2323

24+
#include "CommonConstants/PhysicsConstants.h"
2425
#include "CCDB/BasicCCDBManager.h"
2526
#include "DataFormatsParameters/GRPMagField.h"
2627
#include "DataFormatsParameters/GRPObject.h"
@@ -43,6 +44,7 @@
4344
using namespace o2;
4445
using namespace o2::analysis;
4546
using namespace o2::aod::hffilters;
47+
using namespace o2::constants::physics;
4648
using namespace o2::framework;
4749
using namespace o2::framework::expressions;
4850

EventFiltering/PWGHF/HFFilterPrepareMLSamples.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <onnxruntime/core/session/experimental_onnxruntime_cxx_api.h> // needed for HFFilterHelpers, to be fixed
2222

23+
#include "CommonConstants/PhysicsConstants.h"
2324
#include "CCDB/BasicCCDBManager.h"
2425
#include "DataFormatsParameters/GRPMagField.h"
2526
#include "DataFormatsParameters/GRPObject.h"
@@ -39,6 +40,7 @@
3940
using namespace o2;
4041
using namespace o2::analysis;
4142
using namespace o2::aod::hffilters;
43+
using namespace o2::constants::physics;
4244
using namespace o2::framework;
4345
using namespace o2::framework::expressions;
4446

PWGHF/ALICE3/Tasks/taskJpsi.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
using namespace o2;
2828
using namespace o2::analysis;
29+
using namespace o2::constants::physics;
2930
using namespace o2::framework;
3031
using namespace o2::framework::expressions;
3132

PWGHF/Tasks/taskMcValidation.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
using namespace o2;
3131
using namespace o2::analysis;
3232
using namespace o2::aod;
33+
using namespace o2::constants::physics;
3334
using namespace o2::framework;
3435
using namespace o2::framework::expressions;
3536

0 commit comments

Comments
 (0)