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::JPoint3D Class Reference

Data structure for position fit. More...

#include <JPoint3D.hh>

Inheritance diagram for JFIT::JPoint3D:
JFIT::JEstimator< JPoint3D >

Public Types

typedef double JPoint3D::* parameter_type
 

Public Member Functions

 JPoint3D ()
 Default constructor.
 

Static Public Member Functions

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

Detailed Description

Data structure for position fit.

Definition at line 22 of file JPoint3D.hh.

Member Typedef Documentation

◆ parameter_type

typedef double JPoint3D::* JFIT::JPoint3D::parameter_type

Definition at line 34 of file JPoint3D.hh.

Constructor & Destructor Documentation

◆ JPoint3D()

JFIT::JPoint3D::JPoint3D ( )
inline

Default constructor.

Definition at line 29 of file JPoint3D.hh.

29 :
30 JPosition3D()
31 {}

Member Function Documentation

◆ pX()

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

Definition at line 36 of file JPoint3D.hh.

36{ return &JPoint3D::__x; }

◆ pY()

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

Definition at line 37 of file JPoint3D.hh.

37{ return &JPoint3D::__y; }

◆ pZ()

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

Definition at line 38 of file JPoint3D.hh.

38{ return &JPoint3D::__z; }

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