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

Add ATLAS classes needed for CMS+ATLAS combinations #901

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

lviliani
Copy link

Including two ATLAS custom classes: RooTwoSidedCBShape and ResponseFunction.
This is basically a copy & paste of the original classes shared by ATLAS, with a couple of minor fixes to avoid compilation errors.

The diffs of the changes are the following.
In AtlasPdfs.cxx:

218c217
<   for (size_t i=0; i < _paramList.getSize(); i++) {
---
>   for (Int_t i=0; i < _paramList.getSize(); i++) {
284c283
<   for (size_t i = 0; i < _paramList.getSize(); i++)
---
>   for (Int_t i = 0; i < _paramList.getSize(); i++)

In AtlasPdf.h:

50d38
<   std::vector<double> _nominal;
51a40
>   std::vector<double> _nominal;
<   
73c61,62
<   ClassDef(ResponseFunction, 1) // flexible interpolation
---
> 
>   ClassDef(ResponseFunction, 2) // flexible interpolation

@jonathon-langford jonathon-langford merged commit 7dbb213 into cms-analysis:14x-comb2023 Mar 14, 2024
4 of 5 checks passed
anigamova pushed a commit that referenced this pull request Apr 18, 2024
anigamova pushed a commit that referenced this pull request Apr 18, 2024
anigamova pushed a commit that referenced this pull request Apr 18, 2024
anigamova pushed a commit that referenced this pull request Apr 18, 2024
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