-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
CTPPS: new CondFormats related to TOTEM RP raw data and digi #13838
Conversation
A new Pull Request was created by @jan-kaspar for CMSSW_8_1_X. It involves the following packages: CondFormats/DataRecord The following packages do not have a category, yet: CondFormats/TotemReadoutObjects @cerminar, @cmsbuild, @franzoni, @ggovi, @mmusich, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
please test |
The tests are being triggered in jenkins. |
@mmusich |
#ifndef _TotemDAQMapping_h_ | ||
#define _TotemDAQMapping_h_ | ||
|
||
#include "DataFormats/TotemRawData/interface/TotemFramePosition.h" |
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.
TotemFramePosition looks like the only "DataFromats/" object included here.
Looking at it, the class describes the hardware channel ID, something that is fixed for that geometry or logical hardware element and doesn't change between events.
In other detectors we have such objects in CondFormats/[DetectorName]Objects
@jan-kaspar |
@slava77 Looking at the "Static checks outputs" I have some questions.
Thanks! |
On 3/26/16 1:24 PM, jan-kaspar wrote:
Exception throw and catch can not be used to communicate between pieces Here you rethrow with a more useful message.
edm::one looks good for this.
|
something to get cms-bot to update the signatures |
Pull request #13838 was updated. @civanch, @cvuosalo, @mdhildreth, @franzoni, @cerminar, @slava77, @ggovi, @mmusich, @davidlange6 can you please check and sign again. |
cms-bot : update the labels |
Sorry, the commit adc852b was done in error. The merge conflicts should be now resolved. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
+1 The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
+1 |
@davidlange6 I think after talking with CT-PPS representatives last Friday we decided to ease integration by merging this first. |
+1 |
CTPPS: new CondFormats related to TOTEM RP raw data and digi - backport of #13838
2nd pull request out of 3 related to TOTEM RP raw-data unpacking and raw-to-digi conversion.
Validation config included in the 3rd pull request (EventFilter).