Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
ekryshen committed Dec 18, 2024
1 parent 7edfb90 commit 3529a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DPG/Tasks/AOTEvent/eventSelectionQa.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ struct EventSelectionQaTask {
lastRun = run;
auto firstBC = bcs.iteratorAt(0);
EventSelectionParams* par = ccdb->getForTimeStamp<EventSelectionParams>("EventSelection/EventSelectionParams", firstBC.timestamp());
bool* applySelection = par->GetSelection(0);
bool* applySelection = par->getSelection(0);
for (int i = 0; i < kNsel; i++) {
histos.get<TH1>(HIST("hSelMask"))->SetBinContent(i + 1, applySelection[i]);
}
Expand Down

0 comments on commit 3529a22

Please sign in to comment.