Go to the documentation of this file.
20 Implemented within this module:
21 \li \link xboa::hit::_hit::Hit Hit \endlink: represents a particle at a point in
22 phase space. Hit contains functions for i/o, as well as accessors for
23 rectangular or cylindrical coordinate systems and functions to perform
24 translations, abelian transformations etc.
25 \li \link xboa::hit::factory factory \endlink: module containing hit "factory"
26 classes that can be used for generating new hit objects, e.g. by reading in
27 data from a file. These factory objects are wrapped by
28 \link xboa::bunch::_bunch::Bunch::new_from_read_builtin Bunch.new_from_read_builtin \endlink and this is the preferred way of loading data.
32 from _hit
import BadEventError
33 all = [
"Hit",
"BadEventError"]