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

Problem with Benchmark Gaspard #63

Open
pellegri opened this issue Sep 6, 2023 · 0 comments
Open

Problem with Benchmark Gaspard #63

pellegri opened this issue Sep 6, 2023 · 0 comments

Comments

@pellegri
Copy link

pellegri commented Sep 6, 2023

Hi Adrien,

We are also encountering a problem when running the Gaspard Benchmark.

It seems to run successfully but when we try to look at ShowResults.C, we get the following output:

k600user@arthur:~/Software/nptool/Benchmarks/gaspard$ root -l ShowResults.C
root [0]
Processing ShowResults.C...
In file included from input_line_16:1:
/home/k600user/Software/nptool/Benchmarks/gaspard/ShowResults.C:134:40: error: no member named 'GetThetaLab_BeamFrame' in 'TReactionConditions'
hEmittedThetaIF -> Fill(reacCond->GetThetaLab_BeamFrame(0));
~~~~~~~~ ^
/home/k600user/Software/nptool/Benchmarks/gaspard/ShowResults.C:135:40: error: no member named 'GetThetaLab_WorldFrame' in 'TReactionConditions'
hEmittedThetaWF -> Fill(reacCond->GetThetaLab_WorldFrame(0));
~~~~~~~~ ^
/home/k600user/Software/nptool/Benchmarks/gaspard/ShowResults.C:136:40: error: no member named 'GetThetaLab_BeamFrame' in 'TReactionConditions'
hEmittedETheta -> Fill(reacCond->GetThetaLab_BeamFrame(0), reacCond->GetKineticEnergy(0));
~~~~~~~~ ^
/home/k600user/Software/nptool/Benchmarks/gaspard/ShowResults.C:139:50: error: no member named 'GetThetaLab_BeamFrame' in 'TReactionConditions'
hEmittedETheta_detected -> Fill(reacCond->GetThetaLab_BeamFrame(0), reacCond->GetKineticEnergy(0));
~~~~~~~~ ^
/home/k600user/Software/nptool/Benchmarks/gaspard/ShowResults.C:140:50: error: no member named 'GetThetaLab_BeamFrame' in 'TReactionConditions'
hEmittedThetaIF_detected -> Fill(reacCond->GetThetaLab_BeamFrame(0));
~~~~~~~~ ^

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

No branches or pull requests

1 participant