Skip to content

Commit f4530c2

Browse files
committed
Use namespace for MetadataHelper
1 parent 8bca775 commit f4530c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGHF/D2H/Tasks/taskDs.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ using namespace o2::analysis;
6666
using namespace o2::framework;
6767
using namespace o2::framework::expressions;
6868

69-
MetadataHelper metadataInfo; // Metadata helper
69+
o2::common::core::MetadataHelper metadataInfo; // Metadata helper
7070

7171
enum FinalState { KKPi = 0,
7272
PiKK };

PWGHF/TableProducer/mcPidTof.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ using namespace o2::pid;
6666
using namespace o2::framework::expressions;
6767
using namespace o2::track;
6868

69-
MetadataHelper metadataInfo;
69+
o2::common::core::MetadataHelper metadataInfo;
7070

7171
// Input data types
7272
using Trks = o2::soa::Join<aod::TracksIU, aod::TracksExtra>;

0 commit comments

Comments
 (0)