#include <FragmentParam.h>
|
| FragmentParam () |
|
| FragmentParam (std::array< double, NCOEFFS > const &fn, std::array< double, NCOEFFS > const &fp, std::array< double, NCOEFFS > const &sigman, std::array< double, NCOEFFS > const &sigmap) |
|
void | print () const |
|
std::array< double, NCOEFFS > const & | getParamsfn () const |
|
std::array< double, NCOEFFS > const & | getParamsfp () const |
|
std::array< double, NCOEFFS > const & | getParamssigman () const |
|
std::array< double, NCOEFFS > const & | getParamssigmap () const |
|
TF1 const & | getfNeutrons () const |
|
TF1 const & | getsigmaNeutrons () const |
|
TF1 const & | getfProtons () const |
|
TF1 const & | getsigmaProtons () const |
|
void | setParamsfn (std::array< double, NCOEFFS > const &arrvalues) |
|
void | setParamsfp (std::array< double, NCOEFFS > const &arrvalues) |
|
void | setParamssigman (std::array< double, NCOEFFS > const &arrvalues) |
|
void | setParamssigmap (std::array< double, NCOEFFS > const &arrvalues) |
|
Definition at line 24 of file FragmentParam.h.
◆ FragmentParam() [1/2]
FragmentParam::FragmentParam |
( |
| ) |
|
◆ FragmentParam() [2/2]
FragmentParam::FragmentParam |
( |
std::array< double, NCOEFFS > const & |
fn, |
|
|
std::array< double, NCOEFFS > const & |
fp, |
|
|
std::array< double, NCOEFFS > const & |
sigman, |
|
|
std::array< double, NCOEFFS > const & |
sigmap |
|
) |
| |
◆ getfNeutrons()
TF1 const & o2::zdc::FragmentParam::getfNeutrons |
( |
| ) |
const |
|
inline |
◆ getfProtons()
TF1 const & o2::zdc::FragmentParam::getfProtons |
( |
| ) |
const |
|
inline |
◆ getParamsfn()
std::array< double, NCOEFFS > const & o2::zdc::FragmentParam::getParamsfn |
( |
| ) |
const |
|
inline |
◆ getParamsfp()
std::array< double, NCOEFFS > const & o2::zdc::FragmentParam::getParamsfp |
( |
| ) |
const |
|
inline |
◆ getParamssigman()
std::array< double, NCOEFFS > const & o2::zdc::FragmentParam::getParamssigman |
( |
| ) |
const |
|
inline |
◆ getParamssigmap()
std::array< double, NCOEFFS > const & o2::zdc::FragmentParam::getParamssigmap |
( |
| ) |
const |
|
inline |
◆ getsigmaNeutrons()
TF1 const & o2::zdc::FragmentParam::getsigmaNeutrons |
( |
| ) |
const |
|
inline |
◆ getsigmaProtons()
TF1 const & o2::zdc::FragmentParam::getsigmaProtons |
( |
| ) |
const |
|
inline |
◆ print()
void FragmentParam::print |
( |
| ) |
const |
◆ setParamsfn()
void FragmentParam::setParamsfn |
( |
std::array< double, NCOEFFS > const & |
arrvalues | ) |
|
◆ setParamsfp()
void FragmentParam::setParamsfp |
( |
std::array< double, NCOEFFS > const & |
arrvalues | ) |
|
◆ setParamssigman()
void FragmentParam::setParamssigman |
( |
std::array< double, NCOEFFS > const & |
arrvalues | ) |
|
◆ setParamssigmap()
void FragmentParam::setParamssigmap |
( |
std::array< double, NCOEFFS > const & |
arrvalues | ) |
|
◆ NCOEFFS
constexpr int o2::zdc::FragmentParam::NCOEFFS = POLDEG + 1 |
|
staticconstexpr |
◆ POLDEG
constexpr int o2::zdc::FragmentParam::POLDEG = 4 |
|
staticconstexpr |
The documentation for this class was generated from the following files: