Skip to content
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

Hgctpg module id fix #9

Conversation

portalesHEP
Copy link

PR description:

The classID of HGalTriggerBackendDetId objects is now set properly to HGCalTriggerClassIdentifier::BackendDetId instead of HGCalTriggerClassIdentifier::ModuleDetId

@@ -94,7 +94,7 @@ class HGCalTriggerModuleDetId : public DetId {
static const int kHGCalLayerMask = 0x1F;
static const int kHGCalTypeOffset = 19;
static const int kHGCalTypeMask = 0x3;
static const int kHGCalZsideOffset = 24;
static const int kHGCalZsideOffset = 21;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is already included in the dev branch (but your commit has been rebased on the dev branch, which is probably why it appears again here as a different commit).
Could you rebase (or cherry-pick) just the second commit on top of the dev branch?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, sorry about that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants