[Gate-users] Run time error
Alan Green
alan.green at ucl.ac.uk
Tue Oct 21 15:50:45 CEST 2008
Hello
I am running a fairly straight copy of the example gamma camera
simulation. I have installed GATE on the VMware virtualisation of
Scientific Linux with Geant4 as provided by IN2P3:
http://geant4.in2p3.fr/rubrique.php3?id_rubrique=8
The simulation seemed to be running fine (generating meaningful output
files) for just about three days when it crashed with the terminal
window full of messages of the form
Error in <TNtuple::Fill>: Failed filling branch:Gate.poskinene,
nbytes=-1
This error is symptomatic of a Tree created as a memory-resident Tree
Instead of doing:
TTree *T = new TTree(...)
TFile *f = new TFile(...)
you should do:
TFile *f = new TFile(...)
TTree *T = new TTree(...)
I don't know if there was an original error message as the virtual
terminal's history file is full of these!
Has anybody come across this? Does anyone know what is wrong? More to
the point, does anyone know how to fix it?
Many thanks
Alan
Dr Alan J Green
Senior Lecturer
UCL Cancer Institute
Paul O'Gorman Building
University College London
72 Huntley Street
London WC1E 6DD
DL: +44 (0)20 7679 6220
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager (it.support at cancer.ucl.ac.uk).
**********************************************************************
More information about the Gate-users
mailing list