Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | List of all members
genbb::two_body_decay Class Reference

Description of a two body decay. More...

#include <bayeux/genbb_help/two_body_decay.h>

Public Member Functions

 two_body_decay ()
 Default constructor. More...
 
 two_body_decay (double M_, double m1_, double m2_)
 Constructor. More...
 
void set (double M_, double m1_, double m2_)
 Set the masses of the particles. More...
 
void reset ()
 Reset. More...
 
bool is_valid () const
 Check validity. More...
 
double M () const
 Return the mass of the decaying particle. More...
 
double m1 () const
 Return the mass of the first daughter particle. More...
 
double m2 () const
 Return the mass of the second daughter particle. More...
 
const kinematicsdaughter1 () const
 Return the kinematics data of the first daughter particle. More...
 
const kinematicsdaughter2 () const
 Return the kinematics data of the second daughter particle. More...
 

Detailed Description

Description of a two body decay.

Constructor & Destructor Documentation

◆ two_body_decay() [1/2]

genbb::two_body_decay::two_body_decay ( )

Default constructor.

◆ two_body_decay() [2/2]

genbb::two_body_decay::two_body_decay ( double  M_,
double  m1_,
double  m2_ 
)

Constructor.

Member Function Documentation

◆ daughter1()

const kinematics& genbb::two_body_decay::daughter1 ( ) const

Return the kinematics data of the first daughter particle.

◆ daughter2()

const kinematics& genbb::two_body_decay::daughter2 ( ) const

Return the kinematics data of the second daughter particle.

◆ is_valid()

bool genbb::two_body_decay::is_valid ( ) const

Check validity.

◆ M()

double genbb::two_body_decay::M ( ) const

Return the mass of the decaying particle.

◆ m1()

double genbb::two_body_decay::m1 ( ) const

Return the mass of the first daughter particle.

◆ m2()

double genbb::two_body_decay::m2 ( ) const

Return the mass of the second daughter particle.

◆ reset()

void genbb::two_body_decay::reset ( )

Reset.

◆ set()

void genbb::two_body_decay::set ( double  M_,
double  m1_,
double  m2_ 
)

Set the masses of the particles.


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