1#ifndef __JFIT__JVECTORNZ__
2#define __JFIT__JVECTORNZ__
5#include "JMath/JVectorND.hh"
6#include "JGeometry3D/JVector3D.hh"
14namespace JPP {
using namespace JFIT; }
22 public JMATH::JVectorND
50 set(track, __begin, __end);
72 using JGEOMETRY3D::JVector3D;
76 for (T hit = __begin; hit != __end; ++hit) {
77 this->push_back(hit->getT() - track.
getT(JVector3D(hit->getX(),
Data structure for fit of straight line paralel to z-axis.
double getT(const JVector3D &pos) const
Get arrival time of Cherenkov light at given position.
Determination of the time residual vector of hits for a track along z-axis (JFIT::JLine1Z).
JVectorNZ(const JLine1Z &track, T __begin, T __end)
Constructor.
void set(const JLine1Z &track, T __begin, T __end)
Set time residual vector.
JVectorNZ()
Default contructor.
Auxiliary classes and methods for linear and iterative data regression.