CbmPrimaryGenerator: ReadEvent failed [message #5109] |
Fri, 28 September 2007 10:42 |
Klaus Götzen
Messages: 293 Registered: June 2006 Location: GSI
|
first-grade participant |
From: *ikf.physik.uni-frankfurt.de
|
|
Hi!
I just tried to run macro/run/run_fast.C with the evtdata produced for this charm task, but after it seems to work properly I got that error at the end:
.
.
.
-I CbmPrimaryGenerator: 6 primary tracks from vertex (0, 0, 0)
-I CbmPrimaryGenerator: 4 primary tracks from vertex (0, 0, 0)
-I CbmEvtGenGenerator: End of input file reached
-I CbmEvtGenGenerator: Closing input file
/u/kgoetzen/work/fairroot3/pandaroot/pgenerators/EvtGen/output.evt
-E CbmPrimaryGenerator: ReadEvent failed for generator
and root simply hangs. Does anybody know what's going wrong?
Thanks a lot,
Klaus
|
|
|
|
|
Re: CbmPrimaryGenerator: ReadEvent failed [message #5112 is a reply to message #5110] |
Fri, 28 September 2007 11:06 |
Mohammad Al-Turany
Messages: 518 Registered: April 2004 Location: GSI, Germany
|
first-grade participant |
From: *gsi.de
|
|
Hi,
you simply try to read more events than what exist in the file:
-I CbmEvtGenGenerator: End of input file reached
-I CbmEvtGenGenerator: Closing input file
the problem that Root hangs, this should not be and I will try to fix it as soon as possible, for now just take care to read as much events as you have in file or less!
Mohammad
|
|
|