Skip to content

Commit

Permalink
fixed LHCInfo PopCon ignoring endTime parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
JanChyczynski committed Jul 6, 2023
1 parent 0ec1f22 commit 5cdc9f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CondTools/RunInfo/src/LHCInfoPopConSourceHandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ void LHCInfoPopConSourceHandler::getNewObjects() {
query->filterGT("start_time", targetTime);
}

query->filterLT("start_time", m_endTime);
if (m_endFill)
query->filterNotNull("end_time");
bool foundFill = query->execute();
Expand Down

0 comments on commit 5cdc9f5

Please sign in to comment.