public abstract class Tracking extends Operator
Author: Alain Hebert, Ecole Polytechnique de Montreal (2002)
Modifier and Type | Field and Description |
---|---|
boolean |
halt
stop the execution after the numerotation phase but before
computing the particle tracks.
|
int |
maxr
number of computer words used in the dynamic allocation
algorithm of the tracking operator.
|
java.lang.String |
title
user-defined title for the tracking.
|
Constructor and Description |
---|
Tracking() |
public java.lang.String title
public int maxr
public boolean halt