From 81060d6ef60df86062a5283a9ec0ac58fff92a69 Mon Sep 17 00:00:00 2001 From: Anton Riedel Date: Wed, 11 Jun 2025 10:47:03 +0200 Subject: [PATCH] Fix: fix order of enums --- EventFiltering/PWGCF/CFFilterAll.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventFiltering/PWGCF/CFFilterAll.cxx b/EventFiltering/PWGCF/CFFilterAll.cxx index 589228edc5f..efc7625b215 100644 --- a/EventFiltering/PWGCF/CFFilterAll.cxx +++ b/EventFiltering/PWGCF/CFFilterAll.cxx @@ -61,8 +61,8 @@ enum CFTriggers { kPPRho, kPD, kLD, - kRhoD, kPhiD, + kRhoD, kNTriggers };