Problem 880 - variable phantomDim not initiallized befor /run/initialize
Summary: variable phantomDim not initiallized befor /run/initialize
Status: RESOLVED FIXED
Alias: None
Product: Examples/Advanced
Classification: Unclassified
Component: medical_linac (show other problems)
Version: 8.1
Hardware: All All
: P2 critical
Assignee: piergent
URL:
Depends on:
Blocks:
 
Reported: 2006-07-26 00:58 CEST by a.ramazani
Modified: 2007-07-06 23:53 CEST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description a.ramazani 2006-07-26 00:58:03 CEST
variable  phantomDim not initiallized befor  /run/initialize

geant4_8_1\examples\advanced\medical_linac
error in: macro.mac

these commands:
/Phantom/dimension 15. cm
/Phantom/Nvoxels 150
/Phantom/maxStep 0.2 mm

must be set befor :
/run/initialize
/tracking/storeTrajectory 1

in file: macro.mac
main file: MedLinac.cc
line: UI -> ApplyCommand("/control/execute macro.mac");

The Best Wishes
a.ramazani
Comment 1 Maria.Grazia.Pia 2006-07-26 01:39:59 CEST
This problem report should be reassigned to Michela Piergentili
(michela.piergentili@ge.infn.it). I tried to do so, but the Geant4 Problem
Report System does not allow me to reassign a problem to Michela, since she has
not been granted the privilege to be registered in Geant4 Problem Report System.
I have asked repeatedly for years the responsible(s) of the Geant4 Problem
Report System to grant access privilege to all the Geant4 developers in the Low
Energy Electromagnetic Physics and Advanced Examples Working Group, but
unfortunately this has not happened yet.
Regretfully, because of this technical problem with access to Geant4 Problem
Report System, we are unable to take care of this problem report promptly. I am
leaving on vacation the day after tomorrow and shall be back to work in
September; hopefully, I will be able to reassign the problem to the responsible
developer only then.
Comment 2 Maria.Grazia.Pia 2006-09-13 07:03:59 CEST
The problem report is reassigned to the Geant4 developer responsible for
medical_linac.

Best regards,
Maria Grazia Pia
Comment 3 piergent 2007-07-06 23:53:03 CEST
(In reply to comment #0)
> variable  phantomDim not initiallized befor  /run/initialize
> geant4_8_1\examples\advanced\medical_linac
> error in: macro.mac
> these commands:
> /Phantom/dimension 15. cm
> /Phantom/Nvoxels 150
> /Phantom/maxStep 0.2 mm
> must be set befor :
> /run/initialize
> /tracking/storeTrajectory 1
> in file: macro.mac
> main file: MedLinac.cc
> line: UI -> ApplyCommand("/control/execute macro.mac");
> The Best Wishes
> a.ramazani

I didn't have this problem on linux SLC3, anyhow i fixex this bug initialising the phantom dimension in the detector construction.
Regards
Michela