LArProvenance bit-pattern: Use an Enum instead of hardcoded numbers
Compare changes
Files
2@@ -33,13 +33,12 @@ namespace LArProv {
@@ -60,7 +59,7 @@ Bits 4 to 15 are flags:
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.