egammaShower shapers : clean up a bit
requested to merge ATLAS-EGamma/athena:stripShowerShapes_decouple_from_cluster_specifics into master
- Use
ATH_CHECK
- Use
std::vector
instread of an array of "magic" size - Use
constexpr
- At the current state the size are not really configurable, i.e we aim for max 40 strips.
Edited by Christos Anastopoulos