-
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
kinematic labels #2093
kinematic labels #2093
Conversation
regarding |
min: null | ||
mid: 0.0 | ||
max: null | ||
k2: | ||
MWZ: |
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.
Please use the names from
class _Vars: |
(so m_W2
instead of MW2
...or... in this case, m_V
and we will need to add a new variable for that)
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.
what s the procedure to add a new variable? In the case above we need m_V
, for ATLAS_PH_13TEV
we need the transverese ewnergy square ET2
and I guess there will be other cases. Is it enought to add these new variables to the _Vars
class?
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.
Yes. And then for the processes for which you want to add it, include it in the "accepted variables".
(if the process still doesn't exist you can either create it or leave it for later, it should not matter)
I took the values from the commondata that were available, so I guess at some point it became a placeholder. If you want to change it feel free. If not... we've lived with that for a while so ¯_(ツ)_/¯ |
just to keep track of the new variables:
|
Closed since most of them have now been done in the specific PRs. |
addressing #2025