Skip to content
Snippets Groups Projects
Commit 06c4cf02 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

Former-commit-id: 08b53765
parents ebf3d9a9 d23d2db6
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