ShowerAxis mixes signed and unsigned int in comparison
ShowerAxis.cc:23:13: warning: comparison of integers of different signs: 'const int' and 'std::vector::size_type' (aka 'unsigned long') [-Wsign-compare] if (upper >= X_.size()) {
IAP GITLAB
ShowerAxis.cc:23:13: warning: comparison of integers of different signs: 'const int' and 'std::vector::size_type' (aka 'unsigned long') [-Wsign-compare] if (upper >= X_.size()) {