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 380cc54 commit 311a9ecCopy full SHA for 311a9ec
ALICE3/Core/FastTracker.cxx
@@ -60,7 +60,6 @@ void FastTracker::AddLayer(TString name, float r, float z, float x0, float xrho,
60
// Check that efficient layers are not inert layers
61
if (newLayer.getEfficiency() > 0.0f && newLayer.isInert()) {
62
LOG(error) << "Layer " << name << " with efficiency > 0.0 should not be inert";
63
- return;
64
}
65
layers.push_back(newLayer);
66
0 commit comments