Skip to content

Commit 7f277cf

Browse files
authored
[PWGLF] Use namespace for MetadataHelper (#11874)
1 parent e02f651 commit 7f277cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ using CollisionsFull = soa::Join<aod::Collisions, aod::PIDMults, aod::EvSels, ao
6363
using CollisionsFullMC = soa::Join<aod::Collisions, aod::McCollisionLabels, aod::EvSels, aod::CentFT0As, aod::CentFT0Cs, aod::CentFT0Ms, aod::CentFV0As>;
6464
using TracksFull = soa::Join<aod::TracksIU, aod::TracksExtra, aod::TracksCovIU, o2::aod::TracksDCA, aod::pidTOFmass>;
6565

66-
MetadataHelper metadataInfo; // Metadata helper
66+
o2::common::core::MetadataHelper metadataInfo; // Metadata helper
6767
//----------------------------------------------------------------------------------------------------------------
6868

6969
namespace

PWGLF/TableProducer/Strangeness/stracents.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ using namespace o2;
3939
using namespace o2::framework;
4040
using namespace o2::framework::expressions;
4141

42-
MetadataHelper metadataInfo; // Metadata helper
42+
o2::common::core::MetadataHelper metadataInfo; // Metadata helper
4343

4444
struct straCents {
4545
Produces<aod::StraCents> strangeCents;

0 commit comments

Comments
 (0)