Skip to content

Commit 311a9ec

Browse files
authored
Update FastTracker.cxx
1 parent 380cc54 commit 311a9ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ALICE3/Core/FastTracker.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ void FastTracker::AddLayer(TString name, float r, float z, float x0, float xrho,
6060
// Check that efficient layers are not inert layers
6161
if (newLayer.getEfficiency() > 0.0f && newLayer.isInert()) {
6262
LOG(error) << "Layer " << name << " with efficiency > 0.0 should not be inert";
63-
return;
6463
}
6564
layers.push_back(newLayer);
6665
}

0 commit comments

Comments
 (0)