 genfit::AbsBField | Abstract Interface to magnetic fields in GENFIT |
  genfit::ConstField | Constant Magnetic field |
 genfit::AbsFinitePlane | Abstract base class for finite detector planes |
  genfit::RectangularFinitePlane | Rectangular finite plane |
 genfit::AbsFitter | Abstract base class for fitters |
  genfit::AbsKalmanFitter | Abstract base class for Kalman fitter and derived fitting algorithms |
   genfit::DAF | Determinstic Annealing Filter (DAF) implementation |
   genfit::KalmanFitter | Simple Kalman filter implementation |
   genfit::KalmanFitterRefTrack | Kalman filter implementation with linearization around a reference track |
  genfit::GblFitter | Generic GBL implementation |
  genfit::GFGbl | Generic GBL implementation |
 genfit::AbsMeasurementProducer< measurement_T > | Abstract interface class for MeasurementProducer |
 genfit::AbsMeasurementProducer< genfit::AbsMeasurement > | |
  genfit::MeasurementProducer< hit_T, measurement_T > | Template class for a measurement producer module |
 gbl::BorderedBandMatrix | (Symmetric) Bordered Band Matrix |
 exception | |
  genfit::Exception | Exception class for error handling in GENFIT (provides storage for diagnostic information) |
 genfit::ExtrapStep | Helper for RKTrackRep |
 genfit::fieldCache | Cache B field at a position. Used by FieldManager |
 genfit::FieldManager | Singleton which provides access to magnetic field maps |
 genfit::FitStatus | Class where important numbers and properties of a fit can be stored |
  genfit::GblFitStatus | FitStatus for use with GblFitter |
  genfit::KalmanFitStatus | FitStatus for use with AbsKalmanFitter implementations |
 gbl::GblData | Data (block) for independent scalar measurement |
 gbl::GblPoint | Point on trajectory |
 genfit::GblTrackSegmentController | TrackSegmentController for use with GblFitter |
 gbl::GblTrajectory | GBL trajectory |
 genfit::GFRaveVertexFactory | Vertex factory for producing GFRaveVertex objects from Track objects |
 genfit::ICalibrationParametersDerivatives | Abstract base class to establish an interface between physical representation of the detector for alignment/calibration and (fitted) state on genfit::Track |
 MagneticField | |
  genfit::GFRaveMagneticField | GFRaveMagneticField class Uses the FieldManager to provide a magnetic field to rave |
 genfit::MaterialEffects | Stepper and energy loss/noise matrix calculation |
 genfit::MaterialProperties | Material properties needed e.g. for material effects calculation |
 genfit::MatStep | Simple struct containing MaterialProperties and stepsize in the material |
 genfit::MeasurementFactory< measurement_T > | Factory object to create AbsMeasurement objects from digitized and clustered data |
 gbl::MilleBinary | Millepede-II (binary) record |
 Propagator | |
  genfit::GFRavePropagator | GFRavePropagator class |
 genfit::PruneFlags | Info which information has been pruned from the Track |
 genfit::RKMatrix< nRows, nCols > | |
 genfit::RKMatrix< 1, 7 > | |
 genfit::RKMatrix< 7, 7 > | |
 genfit::RKStep | Helper for RKTrackRep |
 genfit::StateOnPlane | A state with arbitrary dimension defined in a DetPlane |
  genfit::MeasuredStateOnPlane | StateOnPlane with additional covariance matrix |
   genfit::KalmanFittedStateOnPlane | MeasuredStateOnPlane with additional info produced by a Kalman filter or DAF |
   genfit::MeasurementOnPlane | Measured coordinates on a plane |
  genfit::ReferenceStateOnPlane | StateOnPlane with linearized transport to that ReferenceStateOnPlane from previous and next ReferenceStateOnPlane |
 genfit::StepLimits | Helper to store different limits on the stepsize for the RKTRackRep |
 TNamed | |
  genfit::EventDisplay | Event display designed to run with Genfit |
 TObject | |
  genfit::AbsFitterInfo | This class collects all information needed and produced by a specific AbsFitter and is specific to one AbsTrackRep of the Track |
   genfit::GblFitterInfo | Collects information needed and produced by a GblFitter/GBL and is specific to one AbsTrackRep of the Track |
   genfit::KalmanFitterInfo | Collects information needed and produced by a AbsKalmanFitter implementations and is specific to one AbsTrackRep of the Track |
  genfit::AbsHMatrix | HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane |
   genfit::HMatrixPhi | AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization |
   genfit::HMatrixU | AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization |
   genfit::HMatrixUnit | AbsHMatrix implementation for 5-dimensional MeasurementOnPlane and RKTrackRep parameterization |
   genfit::HMatrixUV | AbsHMatrix implementation for two-dimensional MeasurementOnPlane and RKTrackRep parameterization |
   genfit::HMatrixV | AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization |
  genfit::AbsMaterialInterface | Abstract base class for geometry interfacing |
   genfit::TGeoMaterialInterface | AbsMaterialInterface implementation for use with ROOT's TGeoManager |
  genfit::AbsMeasurement | Contains the measurement and covariance in raw detector coordinates |
   genfit::FullMeasurement | Measurement class implementing a measurement of all track parameters |
   genfit::PlanarMeasurement | Measurement class implementing a planar hit geometry (1 or 2D) |
   genfit::SpacepointMeasurement | Class for measurements implementing a space point hit geometry |
    genfit::mySpacepointMeasurement | Example class for a spacepoint measurement which can be created from mySpacepointDetectorHit via the MeasurementFactory |
    genfit::ProlateSpacepointMeasurement | Class for measurements implementing a space point hit geometry with a very prolate form of the covariance matrix |
   genfit::WireMeasurement | Class for measurements in wire detectors (Straw tubes and drift chambers) which do not measure the coordinate along the wire |
    genfit::WirePointMeasurement | Class for measurements in wire detectors (Straw tubes and drift chambers) which can measure the coordinate along the wire |
   genfit::WireMeasurementNew | Class for measurements in wire detectors (Straw tubes and drift chambers) which do not measure the coordinate along the wire |
  genfit::AbsTrackRep | Abstract base class for a track representation |
   genfit::RKTrackRep | AbsTrackRep with 5D track parameterization in plane coordinates: (q/p, u', v', u, v) |
  genfit::DetPlane | Detector plane |
  genfit::GFRaveTrackParameters | GFRaveTrackParameters class Contains a pointer to the original genfit::Track, the weight of the track in the vertex, and smoothed (with the vertex information) state and covariance of the track |
  genfit::GFRaveVertex | GFRaveVertex class |
  genfit::HelixTrackModel | Helix track model for testing purposes |
  genfit::MeasurementCreator | Create different measurement types along a HelixTrackModel for testing purposes |
  genfit::mySpacepointDetectorHit | Example class for a spacepoint detector hit |
  genfit::ThinScatterer | Thin or thick scatterer |
  genfit::Track | Collection of TrackPoint objects, AbsTrackRep objects and FitStatus objects |
  genfit::TrackCand | Track candidate – seed values and indices |
  genfit::TrackCandHit | Hit object for use in TrackCand. Provides IDs and sorting parameters |
   genfit::WireTrackCandHit | Hit object for use in TrackCand. Provides additional left/right parameter |
  genfit::TrackPoint | Object containing AbsMeasurement and AbsFitterInfo objects |
 genfit::trackAndState | Simple struct containing a Track pointer and a MeasuredStateOnPlane. Used in GFRave |
 genfit::TrackPointComparator | Helper class for TrackPoint sorting, used in Track::sort() |
 gbl::VMatrix | Simple Matrix based on std::vector<double> |
 gbl::VSymMatrix | Simple symmetric Matrix based on std::vector<double> |
 gbl::VVector | Simple Vector based on std::vector<double> |