LArProvenance bit-pattern: Use an Enum instead of hardcoded numbers
Compare changes
Files
8@@ -18,7 +18,7 @@
@@ -211,9 +211,9 @@ StatusCode LArRawDataReadingAlg::execute(const EventContext& ctx) const {
Introduce an enum instead of the hardcoded, error-prone numbers to describe how the a LAr signal was reconstructed. There are still many places where hardcoded numbers are used, to be cleaned up in subsequent MRs.