Go to the documentation of this file. 1 #ifndef __JFIT__JVECTORNZ__
2 #define __JFIT__JVECTORNZ__
17 namespace JPP {
using namespace JFIT; }
56 set(track, __begin, __end);
82 for (T hit = __begin; hit != __end; ++hit) {
83 this->push_back(hit->getT() - track.
getT(
JVector3D(hit->getX(),
103 for (JVectorNZ::const_iterator i = Y.begin(); i != Y.end(); ++i) {
104 out << showpos <<
SCIENTIFIC(10,2) << *i <<
' ';
double getT(const JVector3D &pos) const
Get arrival time of Cherenkov light at given position.
Auxiliary classes and methods for linear and iterative data regression.
friend std::ostream & operator<<(std::ostream &out, const JVectorNZ &Y)
Print ASCII formatted output.
JVectorNZ(const JLine1Z &track, T __begin, T __end)
Constructor.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Data structure for vector in three dimensions.
Auxiliary data structure for floating point format specification.
Data structure for fit of straight line paralel to z-axis.
Auxiliary class to temporarily modify format specifications.
JVectorNZ()
Default contructor.
Determination of the time residual vector of hits for a track along z-axis (JFIT::JLine1Z).
void set(const JLine1Z &track, T __begin, T __end)
Set time residual vector.