Skip to content

Commit 60eb1eb

Browse files
committed
Use namespace for MetadataHelper
1 parent 7f277cf commit 60eb1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPG/Tasks/AOTEvent/matchingQa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using FullTracksIUwithLabels = soa::Join<aod::TracksIU, aod::TracksExtra, aod::M
2727
float bcNS = o2::constants::lhc::LHCBunchSpacingNS;
2828
int32_t nBCsPerOrbit = o2::constants::lhc::LHCMaxBunches;
2929

30-
MetadataHelper metadataInfo; // Metadata helper
30+
o2::common::core::MetadataHelper metadataInfo; // Metadata helper
3131

3232
struct MatchingQaTask {
3333
Service<o2::ccdb::BasicCCDBManager> ccdb;

0 commit comments

Comments
 (0)