Skip to content

Commit 022a755

Browse files
authored
Merge 843d269 into sapling-pr-archive-ktf
2 parents 4784144 + 843d269 commit 022a755

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Framework/AnalysisSupport/src/Plugin.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ struct DiscoverMetadataInAOD : o2::framework::ConfigDiscoveryPlugin {
175175
}
176176
}
177177

178+
if (parentFilename.starts_with("alien://")) {
179+
TGrid::Connect("alien://");
180+
}
181+
178182
std::unique_ptr<TFile> parentFile{TFile::Open(parentFilename.c_str())};
179183
if (parentFile.get() == nullptr) {
180184
LOGP(fatal, "Couldn't open derived file \"{}\"!", parentFilename);

0 commit comments

Comments
 (0)