Skip to content
Snippets Groups Projects

DerivationFrameworkMCTruth clang llvm9 fix warnings on inconsistent enum

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -57,7 +57,7 @@ namespace DerivationFramework {
ATH_MSG_VERBOSE("Particle has origin " << orig);
switch(orig) {
case Unknown:
case NonDefined:
case PhotonConv:
case DalitzDec:
case ElMagProc:
@@ -227,4 +227,4 @@ namespace DerivationFramework {
}
} /// namespace
\ No newline at end of file
} /// namespace
Loading