Skip to content
Snippets Groups Projects

workaround for valgrind error reported as ATLASRECTS-4769

Merged Walter Lampl requested to merge wlampl/athena:ATLASRECTS4769_workaround into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -93,6 +93,9 @@ namespace Rec {
auto pos2 = pos;
if(sample== CaloSampling::PreSamplerB) {
pos2 = entryExitLayerMap.find(CaloSampling::EMB1);
if (pos2==entryExitLayerMap.end()) {
pos2=pos;
}
}
//// calculate 3D path length
double path = 0.;
Loading