We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bca775 commit f4530c2Copy full SHA for f4530c2
PWGHF/D2H/Tasks/taskDs.cxx
@@ -66,7 +66,7 @@ using namespace o2::analysis;
66
using namespace o2::framework;
67
using namespace o2::framework::expressions;
68
69
-MetadataHelper metadataInfo; // Metadata helper
+o2::common::core::MetadataHelper metadataInfo; // Metadata helper
70
71
enum FinalState { KKPi = 0,
72
PiKK };
PWGHF/TableProducer/mcPidTof.cxx
@@ -66,7 +66,7 @@ using namespace o2::pid;
using namespace o2::track;
-MetadataHelper metadataInfo;
+o2::common::core::MetadataHelper metadataInfo;
// Input data types
using Trks = o2::soa::Join<aod::TracksIU, aod::TracksExtra>;
0 commit comments