| 
    Jpp 19.3.0-rc.1
    
   the software that should make you happy 
   | 
 
Determination of the time residual vector of hits for a track along z-axis (JFIT::JLine1Z). More...
#include <JVectorNZ.hh>
  
Public Member Functions | |
| JVectorNZ () | |
| Default contructor.   | |
| template<class T > | |
| JVectorNZ (const JLine1Z &track, T __begin, T __end) | |
| Constructor.   | |
| template<class T > | |
| void | set (const JLine1Z &track, T __begin, T __end) | 
| Set time residual vector.   | |
| void | reset () | 
| Reset.   | |
| double | getDot (const JVectorND &vector) const | 
| Get dot product.   | |
Determination of the time residual vector of hits for a track along z-axis (JFIT::JLine1Z).
Definition at line 21 of file JVectorNZ.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Constructor.
The template argument T refers to an iterator of a data structure which should have the following member methods:
| track | track | 
| __begin | begin of data | 
| __end | end of data | 
Definition at line 46 of file JVectorNZ.hh.
      
  | 
  inline | 
Set time residual vector.
The template argument T refers to an iterator of a data structure which should have the following member methods:
| track | track | 
| __begin | begin of data | 
| __end | end of data | 
Definition at line 68 of file JVectorNZ.hh.
      
  | 
  inlineinherited | 
Reset.
Definition at line 45 of file JVectorND.hh.
      
  | 
  inlineinherited | 
Get dot product.
| vector | vector | 
Definition at line 59 of file JVectorND.hh.