| Summary: | Problem to import IAEA phase space data to medical linac example. | ||
|---|---|---|---|
| Product: | Examples/Advanced | Reporter: | Yue Yan <yanyue0730> |
| Component: | medical_linac | Assignee: | Luciano Pandola <luciano.pandola> |
| Status: | RESOLVED INVALID | ||
| Severity: | major | CC: | pandola |
| Priority: | P5 | ||
| Version: | 9.5 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: |
Error reported by the software when I revised the ml2.mac file to run the project.
Error information when I try to build the project using make -j2 revised ML2PrimaryGenerationAction.hh file revised ML2PrimaryGenerationAction.cc file |
||
|
Description
Yue Yan
2013-07-11 22:33:25 CEST
Created attachment 226 [details]
Error information when I try to build the project using make -j2
Dear Sir/Madam: Hope you have a nice day. I just add some revision to my reported problem. I tried to use the interface developed by IAEA to make some revisions to the source code in linac example. I revised the following two files located in /src and /include folders in the medical linac project: ML2PrimaryGenerationAction.cc and ML2PrimaryGenerationAction.hh. You can see the attachments for the detail information for my revision. When I try to build the project, there are some problems. I use command cmake -DGeant4_DIR=/home/yunzhongfan107/Program/Geant4/geant4.9.5-install/lib/Geant4-9.5.2/ /media/7b6affeb-931d-46f5-ab55-dca1255b2204/yunzhongfan107/work/Geant4/TrueBeam/medical_linac/ Success then I use make -j2 The software complains about some problems (you can see the screen-shot for details. Could you give me some suggestions please? Thank you for your help. Best Yue Created attachment 227 [details]
revised ML2PrimaryGenerationAction.hh file
Created attachment 228 [details]
revised ML2PrimaryGenerationAction.cc file
The medical_linac example is not meant to import directly the phase space data from the IAEA format. It is able to re-read only phase-space files that are generated by the program itself. |