This script is a representation using TTasks of the Geant3 simulation program This example uses directly TTask objects.
A real implementation would require one class per task derived from TTask.
{
TTask *
gphysi =
new TTask(
"gphysi",
"Initialise cross-sections and energy loss tables");
TTask *
gftrac =
new TTask(
"gftrac",
"select next track segment from stack JTRACK");
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Using a TBrowser one can browse all ROOT objects.
<div class="legacybox"><h2>Legacy Code</h2> TTask is a legacy interface: there will be no bug fixes n...
- Author
- Rene Brun
Definition in file geant3tasks.C.