Skip to content

Commit

Permalink
Merge pull request #42207 from CTPPS/jc_lhcinfo_popcon_endtime_fix
Browse files Browse the repository at this point in the history
fixed LHCInfo PopCon ignoring endTime parameter
  • Loading branch information
cmsbuild authored Jul 7, 2023
2 parents db11faa + 6c9a9e3 commit 93924d0
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 93924d0

Please sign in to comment.