We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83878c commit 25e55c9Copy full SHA for 25e55c9
ALICE3/Core/FastTracker.cxx
@@ -84,7 +84,7 @@ void GeometryContainer::init(o2::framework::InitContext& initContext)
84
85
bool cleanLutWhenLoaded;
86
const bool foundCleanLutWhenLoaded = common::core::getTaskOptionValue(initContext, "on-the-fly-detector-geometry-provider", "cleanLutWhenLoaded", cleanLutWhenLoaded, false);
87
- if (!foundDetectorConfiguration) {
+ if (!foundCleanLutWhenLoaded) {
88
LOG(fatal) << "Could not retrieve foundCleanLutWhenLoaded option from OnTheFlyDetectorGeometryProvider task.";
89
return;
90
}
0 commit comments