Go to the documentation of this file.
   15 namespace JPP { 
using namespace JFIT; }
 
   62     void move(
const double step, 
const double velocity)
 
   65       __t += step / velocity;
 
   75     void setZ(
const double z, 
const double velocity)
 
   89       const double dx = pos.
getX() - this->
getX();
 
   90       const double dy = pos.
getY() - this->
getY();
 
  118       const double dx = pos.
getX() - this->
getX();
 
  119       const double dy = pos.
getY() - this->
getY();
 
  120       const double dz = pos.
getZ() - this->
getZ();
 
  122       const double R  = sqrt(dx*dx + dy*dy);
 
  152       double dx = pos.
getX() - this->
getX();
 
  153       double dy = pos.
getY() - this->
getY();
 
  155       const double R = sqrt(dx*dx + dy*dy);
 
  
JVersor3D getDirection(const JVector3D &pos) const
Get photon direction of Cherenkov light on PMT.
 
double getT(const JVector3D &pos) const
Get arrival time of Cherenkov light at given position.
 
JLine1Z(const JVector3D &pos, const double t)
Constructor.
 
Auxiliary classes and methods for linear and iterative data regression.
 
const JDirection3D & getDirection() const
Get direction.
 
double getZ() const
Get z position.
 
double getT() const
Get time.
 
Data structure for normalised vector in three dimensions.
 
static parameter_type pY()
 
double getDistanceSquared(const JVector3D &pos) const
Get distance squared.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
static parameter_type pT()
 
Data structure for vector in three dimensions.
 
Data structure for position in three dimensions.
 
Data structure for fit of straight line paralel to z-axis.
 
double JLine1Z::* parameter_type
 
double getDot(const JAxis3D &axis) const
Get cosine angle of impact of Cherenkov light on PMT.
 
JLine1Z()
Default constructor.
 
const JPosition3D & getPosition() const
Get position.
 
double getZ(const JPosition3D &pos) const
Get point of emission of Cherenkov light along muon path.
 
double getY() const
Get y position.
 
void move(const double step, const double velocity)
Move vertex along this line with given velocity.
 
static parameter_type pX()
 
double getX() const
Get x position.
 
double getDistance(const JVector3D &pos) const
Get distance.
 
void setZ(const double z, const double velocity)
Set z-position of vertex.