Refactor calculation of etaBin variable in LArG4HEC/src/LocalGeometry.cc
`switch` statements used in the calculation of the `etaBin variable in the `LocalGeometry::CalculateIdentifier` method contained dead code. The calculation has been refactored slightly to remove the switch statements. This should fix Coverity Defect 115128. Former-commit-id: d2f5391eb7eb3b778b1497f19fcbc74ef3b9ce84
Please register or sign in to comment