[Gate-users] TTree and TFile Errors during benchmark
Soultanidis, Georgios
georgios.soultanidis at kcl.ac.uk
Mon Jul 11 17:24:36 CEST 2011
Dear Gaters
I would like your help for an issue that troubles me. I installed Gate V6.1 successfully and, when I run the Benchmark PET, after a short period, I receive error messages with this form:
Error in <TTree::Fill>: Failed filling branch:Coincidences.comptonPhantom1, nbytes=-1, entry=231026
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(...)
Error in <TTree::Fill>: Failed filling branch:Coincidences.comptonCrystal1, nbytes=-1, entry=231026
Error in <TTree::Fill>: Failed filling branch:Coincidences.RayleighPhantom1, nbytes=-1, entry=231026
Error in <TTree::Fill>: Failed filling branch:Coincidences.RayleighCrystal1, nbytes=-1, entry=231026
Error in <TTree::Fill>: Failed filling branch:Coincidences.comptonPhantom2, nbytes=-1, entry=231026
Error in <TTree::Fill>: Failed filling branch:Coincidences.comptonCrystal2, nbytes=-1, entry=231026
Error in <TTree::Fill>: Failed filling branch:Coincidences.RayleighPhantom2, nbytes=-1, entry=231026
Error in <TTree::Fill>: Failed filling branch:Coincidences.RayleighCrystal2, nbytes=-1, entry=231026
Error in <TTree::Fill>: Failed filling branch:Coincidences.sinogramTheta, nbytes=-1, entry=231026
Error in <TTree::Fill>: Failed filling branch:Coincidences.comptVolName2, nbytes=-1, entry=231043
I would like to know if anybody faced the same problem.
Thank you in advance for your help.
System: red hat
gcc version: 4.1.2
Gate Version: 6.1
Geant Version: 4.9.4_p02
CLHEP: 2.1.0.1
Root version: 5.30
Kind regards
George Soultanidis
________________________________________________________________
Postgraduate Student
Division of Imaging Sciences & Biomedical Engineering
King's College London
The Rayne Institute
4th Floor, Lambeth Wing
St Thomas' Hospital
London, SE1 7EH
Tel: (+44)/(0)20 7188 8377
Fax: (+44)/(0)20 7188 5442
georgios.soultanidis at kcl.ac.uk
More information about the Gate-users
mailing list