Re: Bremsstrahlung and geant [message #11063 is a reply to message #11062] |
Wed, 06 October 2010 15:01 |
asanchez
Messages: 350 Registered: March 2006
|
first-grade participant |
From: *kph.uni-mainz.de
|
|
For each process,
In geant4 the mother particle has a trackId = -1
the secondaries are numerated as they are created,
if you have created three secondaries the y get the track id's
0, 1, 2
In geant3, is the same , the only difference is that
the mother particle is numerated with a trackId = 0 instead of -1.
If you want to really see what is going on,
case geant4 :
go to
the gconfig directory and then edit the line 35 at g4Config.in,
by removing the # symbol
so /tracking/verbose 1, in this way you will switch on the verbosity of the tracking.
Try a few events,
i hope it can help you.
regards,
Alicia.
|
|
|