|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <GIDI_data.hpp>
Public Member Functions | |
| Data1d (std::size_t a_number, double const *const a_xs) | |
| Data1d (std::size_t a_number, double const *const a_xs, double const *const a_ys) | |
| Data1d (std::vector< double > const &a_xs) | |
| Data1d (std::vector< double > const &a_xs, std::vector< double > const &a_ys) | |
| Data1d (Data1d const &a_1dData) | |
| ~Data1d () | |
| std::size_t | size () const |
| Data1d | operator+ (double a_value) const |
| Data1d & | operator+= (double a_value) |
| Data1d | operator+ (Data1d const &a_rhs) const |
| Data1d & | operator+= (Data1d const &a_rhs) |
| Data1d | operator- (double a_value) const |
| Data1d & | operator-= (double a_value) |
| Data1d | operator- (Data1d const &a_rhs) const |
| Data1d & | operator-= (Data1d const &a_rhs) |
| Data1d | operator* (double a_value) const |
| Data1d & | operator*= (double a_value) |
| Data1d | operator/ (double a_value) const |
| Data1d & | operator/= (double a_value) |
| void | print (std::string const &a_prefix) const |
Currently not used.
Definition at line 24 of file GIDI_data.hpp.
| GIDI::Data1d::Data1d | ( | std::size_t | a_number, |
| double const *const | a_xs ) |
Definition at line 25 of file GIDI_1dData.cc.
Referenced by Data1d(), operator*(), operator*=(), operator+(), operator+(), operator+=(), operator+=(), operator-(), operator-(), operator-=(), operator-=(), operator/(), and operator/=().
| GIDI::Data1d::Data1d | ( | std::size_t | a_number, |
| double const *const | a_xs, | ||
| double const *const | a_ys ) |
Definition at line 43 of file GIDI_1dData.cc.
| GIDI::Data1d::Data1d | ( | std::vector< double > const & | a_xs | ) |
Definition at line 58 of file GIDI_1dData.cc.
| GIDI::Data1d::Data1d | ( | std::vector< double > const & | a_xs, |
| std::vector< double > const & | a_ys ) |
Definition at line 71 of file GIDI_1dData.cc.
| GIDI::Data1d::Data1d | ( | Data1d const & | a_1dData | ) |
Definition at line 83 of file GIDI_1dData.cc.
| GIDI::Data1d::~Data1d | ( | ) |
Definition at line 91 of file GIDI_1dData.cc.
| Data1d GIDI::Data1d::operator* | ( | double | a_value | ) | const |
Definition at line 184 of file GIDI_1dData.cc.
| Data1d & GIDI::Data1d::operator*= | ( | double | a_value | ) |
Definition at line 194 of file GIDI_1dData.cc.
Definition at line 118 of file GIDI_1dData.cc.
| Data1d GIDI::Data1d::operator+ | ( | double | a_value | ) | const |
Definition at line 100 of file GIDI_1dData.cc.
Definition at line 128 of file GIDI_1dData.cc.
| Data1d & GIDI::Data1d::operator+= | ( | double | a_value | ) |
Definition at line 110 of file GIDI_1dData.cc.
Definition at line 160 of file GIDI_1dData.cc.
| Data1d GIDI::Data1d::operator- | ( | double | a_value | ) | const |
Definition at line 142 of file GIDI_1dData.cc.
Definition at line 170 of file GIDI_1dData.cc.
| Data1d & GIDI::Data1d::operator-= | ( | double | a_value | ) |
Definition at line 152 of file GIDI_1dData.cc.
| Data1d GIDI::Data1d::operator/ | ( | double | a_value | ) | const |
Definition at line 205 of file GIDI_1dData.cc.
| Data1d & GIDI::Data1d::operator/= | ( | double | a_value | ) |
Definition at line 215 of file GIDI_1dData.cc.
| void GIDI::Data1d::print | ( | std::string const & | a_prefix | ) | const |
Definition at line 227 of file GIDI_1dData.cc.
|
inline |
Definition at line 38 of file GIDI_data.hpp.
Referenced by operator+=(), operator-=(), and print().