evtgen is hosted by Hepforge, IPPP Durham
EvtGen  2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
EvtPoint1D Class Referencefinal

#include <EvtGenBase/EvtPoint1D.hh>

Public Member Functions

 EvtPoint1D ()
 
 EvtPoint1D (double value)
 
 EvtPoint1D (double min, double max, double value)
 
bool isValid () const
 
double value () const
 
void print () const
 

Private Attributes

double _min
 
double _max
 
double _value
 
bool _valid
 

Detailed Description

Definition at line 27 of file EvtPoint1D.hh.

Constructor & Destructor Documentation

◆ EvtPoint1D() [1/3]

EvtPoint1D::EvtPoint1D ( )

Definition at line 27 of file EvtPoint1D.cpp.

◆ EvtPoint1D() [2/3]

EvtPoint1D::EvtPoint1D ( double  value)

Definition at line 32 of file EvtPoint1D.cpp.

◆ EvtPoint1D() [3/3]

EvtPoint1D::EvtPoint1D ( double  min,
double  max,
double  value 
)

Definition at line 37 of file EvtPoint1D.cpp.

Member Function Documentation

◆ isValid()

bool EvtPoint1D::isValid ( ) const
inline

Definition at line 33 of file EvtPoint1D.hh.

◆ print()

void EvtPoint1D::print ( ) const

Definition at line 45 of file EvtPoint1D.cpp.

◆ value()

double EvtPoint1D::value ( ) const
inline

Definition at line 35 of file EvtPoint1D.hh.

Member Data Documentation

◆ _max

double EvtPoint1D::_max
private

Definition at line 41 of file EvtPoint1D.hh.

◆ _min

double EvtPoint1D::_min
private

Definition at line 40 of file EvtPoint1D.hh.

◆ _valid

bool EvtPoint1D::_valid
private

Definition at line 43 of file EvtPoint1D.hh.

◆ _value

double EvtPoint1D::_value
private

Definition at line 42 of file EvtPoint1D.hh.


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