Skip to content

Commit 9803725

Browse files
committed
Add namespace
1 parent 1ca5b7e commit 9803725

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

PWGLF/TableProducer/Resonances/resonanceInitializer.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ using namespace o2::framework::expressions;
4747
using namespace o2::soa;
4848
using namespace o2::constants::physics;
4949
using namespace o2::constants::math;
50+
using namespace o2::aod::rctsel;
5051

5152
/// Initializer for the resonance candidate producers
5253
struct ResonanceInitializer {

PWGLF/TableProducer/Resonances/resonanceModuleInitializer.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ using namespace o2::framework::expressions;
4848
using namespace o2::soa;
4949
using namespace o2::constants::physics;
5050
using namespace o2::constants::math;
51+
using namespace o2::aod::rctsel;
5152

5253
/**
5354
* @brief Initializer for the event pool for resonance study

0 commit comments

Comments
 (0)