Skip to content

Commit

Permalink
Fixing small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroEzq committed Jun 25, 2024
1 parent a23bee6 commit c638a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void TRestEventSelectionProcess::InitProcess() {
}
} else if (TRestTools::GetFileNameExtension(fFileWithIDs) == "root") {
TRestRun run(fFileWithIDs);
run.GetEventIdsWithConditions(fConditions);
fList = run.GetEventIdsWithConditions(fConditions);
} else {
RESTDebug << "TRestEventSelectionProcess: using the processing file itself." << RESTendl;
}
Expand Down

0 comments on commit c638a57

Please sign in to comment.