Skip to content
Snippets Groups Projects
Commit 08b53765 authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'clang.egammaTools-20180703' into 'master'

egammaTools: Fix clang warnings.

See merge request atlas/athena!12479
parents 1b54c7fa 45b4a844
No related branches found
No related tags found
No related merge requests found
...@@ -85,8 +85,6 @@ StatusCode egammaSwTool::execute(xAOD::CaloCluster *cluster){ ...@@ -85,8 +85,6 @@ StatusCode egammaSwTool::execute(xAOD::CaloCluster *cluster){
// protection against bad clusters // protection against bad clusters
if (cluster==0) return StatusCode::SUCCESS; if (cluster==0) return StatusCode::SUCCESS;
std::vector<CaloClusterProcessor*>::const_iterator firstTool, lastTool;
xAOD::CaloCluster::ClusterSize requestedSize = cluster->clusterSize(); xAOD::CaloCluster::ClusterSize requestedSize = cluster->clusterSize();
switch (requestedSize) { switch (requestedSize) {
case xAOD::CaloCluster::SW_55ele: case xAOD::CaloCluster::SW_55ele:
......
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