Jpp  19.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JROOT::m_2d< T > Struct Template Reference

2D data point. More...

#include <JRootfit.hh>

Inheritance diagram for JROOT::m_2d< T >:

Public Member Functions

 m_2d ()
 Default constructor. More...
 
 m_2d (const double x, const double y, const T &v)
 Constructor. More...
 

Public Attributes

double x
 abscissa More...
 
double y
 abscissa More...
 

Detailed Description

template<class T>
struct JROOT::m_2d< T >

2D data point.

Definition at line 218 of file JRootfit.hh.

Constructor & Destructor Documentation

template<class T>
JROOT::m_2d< T >::m_2d ( )
inline

Default constructor.

Definition at line 224 of file JRootfit.hh.

224  :
225  T(),
226  x(0.0),
227  y(0.0)
228  {}
double x
abscissa
Definition: JRootfit.hh:244
do set_variable OUTPUT_DIRECTORY $WORKDIR T
double y
abscissa
Definition: JRootfit.hh:245
template<class T>
JROOT::m_2d< T >::m_2d ( const double  x,
const double  y,
const T v 
)
inline

Constructor.

Parameters
xabscissa
yabscissa
vordinate

Definition at line 238 of file JRootfit.hh.

238  :
239  T(v),
240  x(x),
241  y(y)
242  {}
double x
abscissa
Definition: JRootfit.hh:244
do set_variable OUTPUT_DIRECTORY $WORKDIR T
double y
abscissa
Definition: JRootfit.hh:245
data_type v[N+1][M+1]
Definition: JPolint.hh:866

Member Data Documentation

template<class T>
double JROOT::m_2d< T >::x

abscissa

Definition at line 244 of file JRootfit.hh.

template<class T>
double JROOT::m_2d< T >::y

abscissa

Definition at line 245 of file JRootfit.hh.


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