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 b345d0f commit d2c347fCopy full SHA for d2c347f
Framework/AnalysisSupport/src/Plugin.cxx
@@ -175,6 +175,10 @@ struct DiscoverMetadataInAOD : o2::framework::ConfigDiscoveryPlugin {
175
}
176
177
178
+ if (parentFilename.starts_with("alien://")) {
179
+ TGrid::Connect("alien://");
180
+ }
181
+
182
std::unique_ptr<TFile> parentFile{TFile::Open(parentFilename.c_str())};
183
if (parentFile.get() == nullptr) {
184
LOGP(fatal, "Couldn't open derived file \"{}\"!", parentFilename);
0 commit comments