Skip to content

Commit 6294092

Browse files
committed
fix o2linter
1 parent a84ad1a commit 6294092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ struct JEPFlowAnalysis {
699699
}
700700
}
701701

702-
if (cfgq2analysis == 2) {
702+
if (cfgq2analysis == kHistsel) {
703703
auto bc = coll.bc_as<aod::BCsWithTimestamps>();
704704
currentRunNumber = bc.runNumber();
705705
if (currentRunNumber != lastRunNumber) {

0 commit comments

Comments
 (0)