File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 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"
4344using namespace o2 ;
4445using namespace o2 ::analysis;
4546using namespace o2 ::aod::hffilters;
47+ using namespace o2 ::constants::physics;
4648using namespace o2 ::framework;
4749using namespace o2 ::framework::expressions;
4850
Original file line number Diff line number Diff line change 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"
3940using namespace o2 ;
4041using namespace o2 ::analysis;
4142using namespace o2 ::aod::hffilters;
43+ using namespace o2 ::constants::physics;
4244using namespace o2 ::framework;
4345using namespace o2 ::framework::expressions;
4446
Original file line number Diff line number Diff line change 2626
2727using namespace o2 ;
2828using namespace o2 ::analysis;
29+ using namespace o2 ::constants::physics;
2930using namespace o2 ::framework;
3031using namespace o2 ::framework::expressions;
3132
Original file line number Diff line number Diff line change 3030using namespace o2 ;
3131using namespace o2 ::analysis;
3232using namespace o2 ::aod;
33+ using namespace o2 ::constants::physics;
3334using namespace o2 ::framework;
3435using namespace o2 ::framework::expressions;
3536
You can’t perform that action at this time.
0 commit comments