| 
|   | JFit () | 
|   | Default constructor.  More...
  | 
|   | 
|   | JFit (const JHistory &history, const double x, const double y, const double z, const double dx, const double dy, const double dz, const double t, const double Q, const int NDF, const double E=0.0, const int status=-1) | 
|   | Constructor.  More...
  | 
|   | 
|   | JFit (const JHistory &history, const double x, const double y, const double z, const int status=-1) | 
|   | Constructor for storing position only.  More...
  | 
|   | 
| JFit &  | add (const int type) | 
|   | Add event to history.  More...
  | 
|   | 
| double  | getX () const  | 
|   | Get X-position.  More...
  | 
|   | 
| double  | getY () const  | 
|   | Get Y-position.  More...
  | 
|   | 
| double  | getZ () const  | 
|   | Get Z-position.  More...
  | 
|   | 
| double  | getDX () const  | 
|   | Get X-slope.  More...
  | 
|   | 
| double  | getDY () const  | 
|   | Get Y-slope.  More...
  | 
|   | 
| double  | getDZ () const  | 
|   | Get Z-slope.  More...
  | 
|   | 
| double  | getT () const  | 
|   | Get time.  More...
  | 
|   | 
| double  | getQ () const  | 
|   | Get quality.  More...
  | 
|   | 
| int  | getNDF () const  | 
|   | Get number of degrees of freedom.  More...
  | 
|   | 
| double  | getE () const  | 
|   | Get energy.  More...
  | 
|   | 
| int  | getStatus () const  | 
|   | Get status of the fit; negative values should refer to a bad fit.  More...
  | 
|   | 
| void  | move (const double step, const double velocity) | 
|   | Move vertex along this track with given velocity.  More...
  | 
|   | 
| void  | setE (const double E) | 
|   | Set energy.  More...
  | 
|   | 
| const std::vector< double > &  | getW () const  | 
|   | Get values.  More...
  | 
|   | 
| void  | setW (const std::vector< double > &W) | 
|   | Set values.  More...
  | 
|   | 
| int  | getN () const  | 
|   | Get number of values.  More...
  | 
|   | 
| bool  | hasW (const int i) const  | 
|   | Check availability of value.  More...
  | 
|   | 
| double  | getW (const int i) const  | 
|   | Get value.  More...
  | 
|   | 
| double  | getW (const int i, const double value) const  | 
|   | Get value.  More...
  | 
|   | 
| void  | setW (const int i, const double value) | 
|   | Set value.  More...
  | 
|   | 
|   | ClassDef (JFit, 5) | 
|   | 
| const JHistory &  | getHistory () const  | 
|   | Get history.  More...
  | 
|   | 
| JHistory &  | getHistory () | 
|   | Get history.  More...
  | 
|   | 
|   | ClassDef (JHistory, 1) | 
|   | 
Data structure for track fit results. 
Definition at line 32 of file JEvt.hh.