-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LHC Info code review PR #62
base: master
Are you sure you want to change the base?
Conversation
…or PPS HLT workflows
…Params and m_stringParams to LHCInfoPerLS
Hi @grzanka please add the new CondFormats to:
|
7688366
to
bcc068e
Compare
bcc068e
to
6a2e73e
Compare
87d9847
to
67071cc
Compare
67071cc
to
10cbd4a
Compare
@@ -469,8 +504,7 @@ void LHCInfoPerLSPopConSourceHandler::getNewObjects() { | |||
} | |||
|
|||
|
|||
size_t nlumi = getLumiData(oms, lhcFill, startSampleTime, endSampleTime); | |||
edm::LogInfo(m_name) << "Found " << nlumi << " lumisections during the fill " << lhcFill; | |||
getLumiData(oms, lhcFill, startSampleTime, endSampleTime); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain the reason why the printout is no longer executed ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been moved to line 142, inside getLumiData https://github.com/CTPPS/cmssw/pull/62/files#diff-f26dd73d4300142b911cc877df1bcf2313392b1a0835c7a004d615fdc3f887b8R142
I've decided that getLumiData shouldn't return the number of lumisections it got from OMS but the number of buffered lumisections and the debug info about how many lumisections it has got from OMS should be inside the method.
…e of adding empty payloads
258478f
to
a83274c
Compare
a83274c
to
7cf8bac
Compare
PR description:
This PR is not meant to be merged, its solely purpose is the discussion and review the code of new implementation of the LHCInfo classes