Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Centrality: Fix run2 check
  • Loading branch information
njacazio committed Nov 25, 2023
commit 759bfa204aece7327c17f4bb2d098a30e6b11963
1 change: 1 addition & 0 deletions Common/TableProducer/centralityTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ struct CentralityTable {
if (doprocessRun3) {
LOGF(fatal, "Cannot enable Run2 tables in Run3 mode. Please check and disable them.");
}
} else {
if (doprocessRun2) {
LOGF(fatal, "Cannot enable Run3 tables in Run2 mode. Please check and disable them.");
}
Expand Down