IOError | |
BadEventError | BadEventError is raised if Hit reads a bad |
object | |
EllipseClosedOrbitFinder | Find the closed orbit given an ellipse |
EllipseClosedOrbitFinderIteration | Data following a single pass of the closed orbit finder |
RefinePeakFinder | Find peaks in a list of data points when you have an estimate of the peaks position already, using a quadratic fit (in ROOT) to the peak |
UphillDownhillPeakFinder | Find peaks in a list of data by looking at first derivative |
WindowPeakFinder | Find peaks in a list of data points by looking for the peak within a window |
FitSmoothing | |
GaussianSmoothing | Gaussian smoothing class applies a smoothing by summing nearby data and weighting according to a truncated Gaussian distribution |
HanningSmoothing | |
FFTTuneFinder | Find the tune using the fast fourier transform technique |
BoundingEllipse | Defines an arbitrary dimensional ellipse that can be taken as a boundary for VoronoiWeighting |
VoronoiWeighting | VoronoiWeighting class enables the user to set statistical weights of Hits in a Bunch based on how close they are to neighbouring Hits |
Hit | Represents a particle at a point in some phase space |
HitFactoryBase | Base factory class for making hits |
TrackingBase | Base class provides an interface to particle tracking routines for use by xboa.algorithms |
Bunch | Represents a bunch of particles |
rg | Root globals line_color_int=1, line_style_int=1, line_width_int=2, fill_color_int=None, stats_bool=False, hist_title_string='' |
TrackingBase | |
MatrixTracking | Class to mimic tracking using simple, user-supplied transfer matrices Each transfer matrix M_i0 must be of type numpy.matrix, where M is defined by u_i = M_i*(u_in-v_in) + v_i and u, v are matrices with shape (1, 6) going like (x, px, y, py, t, energy) |
MAUSTracking | Provides an interface to MAUS tracking routines for use by xboa.algorithms |
HitFactoryBase | |
LineFactoryBase | Base factory class for line by line reads |
MausJsonHitFactory | MausJsonHitFactory strips hits of a specified type from a json_document and returns to the user |
MausRootHitFactory | MausRootHitFactory reads hits of a specified type from a root spill |
LineFactoryBase | |
BuiltinHitFactory | Factory class for line by line reads of output files |
OpalHitFactory | Factory class for line by line reads of OPAL output files |
UserHitFactory | Factory class for line by line reads of output files using a user-defined format |