xboa
Namespaces | Variables
xboa.tracking Namespace Reference

The tracking module holds classes related to tracking interfaces for various Monte Carlo codes. More...

Namespaces

 _matrix_tracking
 Should be imported directly from the xboa::tracking namespace.
 
 _maus_tracking
 Should be imported directly from the xboa::tracking namespace.
 
 _tracking_base
 Should be imported directly from the xboa::tracking namespace.
 

Variables

list __all__ = ["MatrixTracking", "MAUSTracking", "TrackingBase"]
 

Detailed Description

The tracking module holds classes related to tracking interfaces for various Monte Carlo codes.

The tracking interface enables the user to implement basic tracking for using xboa algorithms against different codes.

Implemented within this module:

Variable Documentation

list __all__ = ["MatrixTracking", "MAUSTracking", "TrackingBase"]

Definition at line 38 of file __init__.py.