#include <Diffusion.h>
|
| | Diffusion (IDepo::pointer depo, int nlong, int ntrans, double lmin, double tmin, double lmax, double tmax) |
| |
| | Diffusion (const Diffusion &other) |
| |
| Diffusion & | operator= (const Diffusion &other) |
| |
| virtual | ~Diffusion () |
| |
| virtual IDepo::pointer | depo () const |
| | Return the deposition that led to this diffusion. More...
|
| |
| virtual int | lsize () const |
| | Helper method to give the array size in longitudinal dimension. More...
|
| |
| virtual int | tsize () const |
| | Helper method to give the array size in transverse dimension. More...
|
| |
| virtual double | get (int lind, int tind) const |
| | Get value at bin. More...
|
| |
| virtual double | set (int lind, int tind, double value) |
| |
| virtual double | lpos (int ind, double offset=0.0) const |
| |
| virtual double | tpos (int ind, double offset=0.0) const |
| |
| virtual | ~IDiffusion () |
| |
| double | lbegin () const |
| | Return begin of diffusion patch in longitudinal direction. More...
|
| |
| double | tbegin () const |
| | Return begin of diffusion patch in transverse direction. More...
|
| |
| double | lend () const |
| | Return end of diffusion patch in longitudinal direction. More...
|
| |
| double | tend () const |
| | Return end of diffusion patch in transverse direction. More...
|
| |
| double | lbin () const |
| | Return bins size in longitudinal direction. More...
|
| |
| double | tbin () const |
| | Return bins size in transverse direction. More...
|
| |
| virtual | ~IData () |
| |
Definition at line 12 of file Diffusion.h.
◆ Diffusion() [1/2]
| Diffusion::Diffusion |
( |
IDepo::pointer |
depo, |
|
|
int |
nlong, |
|
|
int |
ntrans, |
|
|
double |
lmin, |
|
|
double |
tmin, |
|
|
double |
lmax, |
|
|
double |
tmax |
|
) |
| |
◆ Diffusion() [2/2]
| Diffusion::Diffusion |
( |
const Diffusion & |
other | ) |
|
◆ ~Diffusion()
| Diffusion::~Diffusion |
( |
| ) |
|
|
virtual |
◆ depo()
◆ get()
| double Diffusion::get |
( |
int |
lind, |
|
|
int |
tind |
|
) |
| const |
|
virtual |
◆ lpos()
| double Diffusion::lpos |
( |
int |
ind, |
|
|
double |
offset = 0.0 |
|
) |
| const |
|
virtual |
◆ lsize()
| int Diffusion::lsize |
( |
| ) |
const |
|
virtual |
◆ operator=()
◆ set()
| double Diffusion::set |
( |
int |
lind, |
|
|
int |
tind, |
|
|
double |
value |
|
) |
| |
|
virtual |
◆ tpos()
| double Diffusion::tpos |
( |
int |
ind, |
|
|
double |
offset = 0.0 |
|
) |
| const |
|
virtual |
◆ tsize()
| int Diffusion::tsize |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: