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

Dum* passing of Xsec in sample FD cosntructor #117

Closed
KSkwarczynski opened this issue Sep 12, 2024 · 0 comments · Fixed by #161
Closed

Dum* passing of Xsec in sample FD cosntructor #117

KSkwarczynski opened this issue Sep 12, 2024 · 0 comments · Fixed by #161
Labels
Enhancement New feature or request Samples

Comments

@KSkwarczynski
Copy link
Member

We pass xsec here only to check if it's not null...

if(xsec_cov == NULL){std::cerr << "[ERROR:] You've passed me a NULL xsec covariance matrix... I need this to setup splines!" << std::endl; throw;}

Which is cofnusign as hell as we need still to SetXsecCov

void samplePDFFDBase::SetXsecCov(covarianceXsec *xsec){

@KSkwarczynski KSkwarczynski added Enhancement New feature or request Samples labels Sep 12, 2024
@KSkwarczynski KSkwarczynski linked a pull request Oct 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Samples
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant