18 namespace JPP { 
using namespace JFIT; }
 
  143       in >> 
static_cast<JPoint4D&
>(object);
 
  160       out << static_cast<const JPoint4D&>(object);
 
  161       out << 
' ' << 
object.__dx;
 
  162       out << 
' ' << 
object.__dy;
 
static parameter_type pDX()
 
Auxiliary base class for aritmetic operations of derived class types. 
 
double getT() const 
Get time. 
 
JShower3Z(const JPoint4D &point, const JVersor3Z &dir)
Constructor. 
 
double JPoint4D::* parameter_type
 
JVersor3Z & negate()
Prefix unary minus. 
 
Data structure for vertex fit. 
 
double JShower3Z::* parameter_type
 
esac print_variable DETECTOR INPUT_FILE OUTPUT_FILE CDF for TYPE in
 
JVersor3Z & sub(const JVersor3Z &value)
Subtraction operator. 
 
JVertex3D & add(const JVertex3D &value)
Addition operator. 
 
JVertex3D & negate()
Prefix unary minus. 
 
JShower3Z()
Default constructor. 
 
JVertex3D & div(const double value)
Division operator. 
 
JShower3Z & sub(const JShower3Z &value)
Subtraction operator. 
 
JVersor3Z & add(const JVersor3Z &value)
Addition operator. 
 
JVertex3D & sub(const JVertex3D &value)
Subtraction operator. 
 
JVersor3Z & mul(const double value)
Multiplication operator. 
 
JShower3Z & mul(const double value)
Multiplication operator. 
 
Data structure for vector in three dimensions. 
 
JVertex3D & mul(const double value)
Multiplication operator. 
 
JVersor3Z & div(const double value)
Division operator. 
 
JShower3Z & negate()
Prefix unary minus. 
 
Data structure for cascade in positive z-direction. 
 
const JVersor3Z & getDirection() const 
Get direction. 
 
JShower3Z & add(const JShower3Z &value)
Addition operator. 
 
static parameter_type pDY()
 
Base class for data structures with artithmetic capabilities. 
 
friend std::ostream & operator<<(std::ostream &out, const JShower3Z &object)
Write object to output. 
 
Data structure for normalised vector in positive z-direction. 
 
friend std::istream & operator>>(std::istream &in, JShower3Z &object)
Read object from input. 
 
JShower3Z & div(const double value)
Divison operator.