
class interface TRACKED_PARTICLE
creation procedures
make
exported features
make,set (ca: INTEGER m: REAL p, d, cu: VECTOR_3)
set_charge (c: INTEGER)
set_momentum (m: REAL)
set_length (l: REAL)
print
charge: INTEGER
momentum: REAL
length: REAL
exported features
set_position (p: VECTOR_3)
set_direction (d: VECTOR_3)
set_curvature (c: VECTOR_3)
position: VECTOR_3
direction: VECTOR_3
curvature: VECTOR_3
exported features {NONE}
local_helix: LOCAL_HELIX
end interface -- class TRACKED_PARTICLE

Contains local_helix plus particle properties.
