-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[DD4hep] start on geometry XML payload producer #33548
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
Changes from all commits
1307d75
faf18ac
2a9cbcd
f2a994f
93afbed
08abe62
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -105,6 +105,8 @@ void PixelCPEGenericESProducer::fillDescriptions(edm::ConfigurationDescriptions& | |
| // specific to PixelCPEGenericESProducer | ||
| desc.add<std::string>("ComponentName", "PixelCPEGeneric"); | ||
| desc.add<edm::ESInputTag>("MagneticFieldRecord", edm::ESInputTag("")); | ||
| desc.addOptional<bool>("useLAAlignmentOffsets", false)->setComment("deprecated"); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ianna why this change?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think rebase didn't take into an account reverted changes: |
||
| desc.addOptional<bool>("DoLorentz", false)->setComment("deprecated"); | ||
| descriptions.add("_generic_default", desc); | ||
| } | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,6 +83,7 @@ void PixelCPETemplateRecoESProducer::fillDescriptions(edm::ConfigurationDescript | |
|
|
||
| // specific to PixelCPETemplateRecoESProducer | ||
| desc.add<std::string>("ComponentName", "PixelCPETemplateReco"); | ||
| desc.addOptional<bool>("DoLorentz", true)->setComment("deprecated"); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ianna why this change?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same reason as above |
||
| descriptions.add("_templates_default", desc); | ||
| } | ||
|
|
||
|
|
||
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.
@ianna why this change?
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.
I think rebase didn't take into an account reverted changes :-(