Skip to content

PhotonVertexSelection: Fix clang15 warnings

Root/ElectronRemovalTool.cxx:53:9: warning: variable 'element_counter' set but not used [-Wunused-but-set-variable]
    int element_counter=0;
        ^
/build/atnight/localbuilds/nightlies/Athena/master/athena/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/Root/ElectronRemovalTool.cxx:100:9: warning: variable 'element_counter' set but not used [-Wunused-but-set-variable]
    int element_counter=0;
        ^
/build/atnight/localbuilds/nightlies/Athena/master/athena/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/Root/ElectronRemovalTool.cxx:145:9: warning: variable 'element_counter' set but not used [-Wunused-but-set-variable]
    int element_counter=0;
        ^
3 warnings generated.

ATLASRECTS-7430

Edited by Christos Anastopoulos

Merge request reports