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

Adding STXS SMEFT fit model #792

Closed

Conversation

jonathon-langford
Copy link
Collaborator

Includes dedicated RooEFTScalingFunction class to speed up evaluation of scaling functions

@ajgilbert
Copy link
Collaborator

In the past I remember problems trying to get ROOT to serialize RooFit pointers correctly (like std::map<std::vector<RooAbsReal*>, double>. I think the problem was keeping them connected to the actual versions of the RooRealVars in the workspace upon loading again. I take it this all works fine now?

@jonathon-langford
Copy link
Collaborator Author

As far as I can see, everything works fine. I copied the structure of another class which implemented the list of RooRealVars as a RooListProxy (terms_), and this seems to keep it connected to the correct RooRealVars in the workspace. Likewise for the RooRealProxy member of the class (qts_).

@nsmith-
Copy link
Collaborator

nsmith- commented Dec 8, 2022

The linter can be appeased by setting up

python3 -m pip install black
python3 -m black -l 160 python/

@nsmith- nsmith- changed the base branch from 112x-comb2022 to main January 18, 2023 04:04
@jonathon-langford
Copy link
Collaborator Author

Made a new PR #855 with latest versions of RooEFTScalingFunction class and physics model

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.

5 participants