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

Fixed baseline and densitiy in cudaprob #107

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

Fixed baseline and densitiy in cudaprob #107

KSkwarczynski opened this issue Sep 6, 2024 · 0 comments · Fixed by #161
Labels
Nu Osc/Xsec Related with neutrino interactions or oscialtions

Comments

@KSkwarczynski
Copy link
Member

With CUDAProb it is being set at constructor level

MCSamples[iSample].Oscillator->setPathLength(PathLength);
MCSamples[iSample].Oscillator->setDensity(Density);

while in prob3++ etc

MCSamples[sample].Oscillator->propagateLinear(nutype , *oscpars[7], *oscpars[8]);

GetProb(nutype, oscnutype, &oscpar[7], &oscpar[8], en, num, w);

tl:dr prob3++ can use baseline and densitiy as fit parameters, while currently cuda prob3 not

@KSkwarczynski KSkwarczynski added the Nu Osc/Xsec Related with neutrino interactions or oscialtions label Sep 6, 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
Nu Osc/Xsec Related with neutrino interactions or oscialtions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant