Class boson_deriv_tl (o2scl)

O2scl : Class List

template<class fp_t = double>
class boson_deriv_tl : public o2scl::boson_tl<double>, public o2scl::part_deriv_press_tl<double>

A boson with derivative information.

Public Functions

inline boson_deriv_tl(fp_t mass = 0.0, fp_t dof = 0.0)

Make a particle of mass mass and degeneracy dof.

inline boson_deriv_tl(const boson_deriv_tl &p)

Copy constructor.

inline boson_deriv_tl(const boson_tl<fp_t> &p)

Copy constructor.

inline boson_deriv_tl &operator=(const boson_deriv_tl &p)

Copy construction with operator=()

inline boson_deriv_tl &operator=(const boson_tl<fp_t> &p)

Copy construction with operator=()