Skip to content
Snippets Groups Projects
Commit 3f6b2404 authored by Walter Lampl's avatar Walter Lampl
Browse files

ParticleCaloCellAssociationTool: use PresamplerB exit instead of EMB1 if no EMB1 is not found

parent 85e42b6b
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,7 @@ namespace Rec {
if(sample== CaloSampling::PreSamplerB) {
pos2 = entryExitLayerMap.find(CaloSampling::EMB1);
if (pos2==entryExitLayerMap.end()) {
ATH_MSG_WARNING("Failed to find EMB1 in entryExitLayerMap");
continue;
pos2=pos;
}
}
//// calculate 3D path length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment