Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
JFIT::JPoint4D Class Reference

Data structure for vertex fit. More...

#include <JPoint4D.hh>

Inheritance diagram for JFIT::JPoint4D:
JFIT::JEstimator< JPoint4D > JFIT::JModel< JPoint4D > JFIT::JPoint4E JFIT::JShower3Z JFIT::JShower3EZ JFIT::JShowerEH

Public Types

typedef double JPoint4D::* parameter_type
 

Public Member Functions

 JPoint4D ()
 Default constructor.
 
 JPoint4D (const JVector3D &pos, const double t)
 Constructor.
 
 JPoint4D (const JVertex3D &vertex)
 Constructor.
 

Static Public Member Functions

static parameter_type pX ()
 
static parameter_type pY ()
 
static parameter_type pZ ()
 
static parameter_type pT ()
 

Detailed Description

Data structure for vertex fit.

Definition at line 22 of file JPoint4D.hh.

Member Typedef Documentation

◆ parameter_type

typedef double JPoint4D::* JFIT::JPoint4D::parameter_type

Definition at line 56 of file JPoint4D.hh.

Constructor & Destructor Documentation

◆ JPoint4D() [1/3]

JFIT::JPoint4D::JPoint4D ( )
inline

Default constructor.

Definition at line 29 of file JPoint4D.hh.

29 :
30 JVertex3D()
31 {}

◆ JPoint4D() [2/3]

JFIT::JPoint4D::JPoint4D ( const JVector3D & pos,
const double t )
inline

Constructor.

Parameters
posposition
ttime at position

Definition at line 40 of file JPoint4D.hh.

41 :
42 JVertex3D(pos, t)
43 {}

◆ JPoint4D() [3/3]

JFIT::JPoint4D::JPoint4D ( const JVertex3D & vertex)
inline

Constructor.

Parameters
vertexvertex

Definition at line 51 of file JPoint4D.hh.

51 :
52 JVertex3D(vertex)
53 {}

Member Function Documentation

◆ pX()

static parameter_type JFIT::JPoint4D::pX ( )
inlinestatic

Definition at line 58 of file JPoint4D.hh.

58{ return &JPoint4D::__x; }

◆ pY()

static parameter_type JFIT::JPoint4D::pY ( )
inlinestatic

Definition at line 59 of file JPoint4D.hh.

59{ return &JPoint4D::__y; }

◆ pZ()

static parameter_type JFIT::JPoint4D::pZ ( )
inlinestatic

Definition at line 60 of file JPoint4D.hh.

60{ return &JPoint4D::__z; }

◆ pT()

static parameter_type JFIT::JPoint4D::pT ( )
inlinestatic

Definition at line 61 of file JPoint4D.hh.

61{ return &JPoint4D::__t; }

The documentation for this class was generated from the following file: