nptool icon indicating copy to clipboard operation
nptool copied to clipboard

Problem with Benchmark Gaspard

Open pellegri opened this issue 2 years ago • 0 comments

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)); ~~~~~~~~ ^

pellegri avatar Sep 06 '23 10:09 pellegri