#include <FairMesh.h>
|
| FairMesh () |
|
| FairMesh (const char *) |
|
virtual | ~FairMesh () |
|
Double_t | GetXmin () const |
|
Double_t | GetYmin () const |
|
Double_t | GetZmin () const |
|
Double_t | GetXmax () const |
|
Double_t | GetYmax () const |
|
Double_t | GetZmax () const |
|
void | SetX (Double_t xmin, Double_t xmax, Int_t nbin) |
|
void | SetY (Double_t ymin, Double_t ymax, Int_t nbin) |
|
void | SetZ (Double_t zmin, Double_t zmax, Int_t nbin) |
|
TH2D * | GetMeshTid () |
|
TH2D * | GetMeshFlu () |
|
TH2D * | GetMeshSEU () |
|
Double_t | GetDiag () |
|
Double_t | GetBinVolume () |
|
void | fillTID (Double_t x, Double_t y, Double_t we) |
|
void | fillFluence (Double_t x, Double_t y, Double_t we) |
|
void | fillSEU (Double_t x, Double_t y, Double_t we) |
|
void | Scale (Double_t fac) |
|
void | calculate () |
|
void | print () |
|
Abstract base class for Mesh Objects.
- Author
- D.Bertini d.ber.nosp@m.tini.nosp@m.@gsi..nosp@m.de
Definition at line 26 of file FairMesh.h.
FairMesh::FairMesh |
( |
const char * |
fname | ) |
|
void FairMesh::calculate |
( |
| ) |
|
void FairMesh::fillFluence |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
we |
|
) |
| |
|
inline |
void FairMesh::fillSEU |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
we |
|
) |
| |
|
inline |
void FairMesh::fillTID |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
we |
|
) |
| |
|
inline |
Double_t FairMesh::GetBinVolume |
( |
| ) |
|
|
inline |
Double_t FairMesh::GetDiag |
( |
| ) |
|
|
inline |
TH2D* FairMesh::GetMeshFlu |
( |
| ) |
|
|
inline |
TH2D* FairMesh::GetMeshSEU |
( |
| ) |
|
|
inline |
TH2D* FairMesh::GetMeshTid |
( |
| ) |
|
|
inline |
Double_t FairMesh::GetXmax |
( |
| ) |
const |
|
inline |
Double_t FairMesh::GetXmin |
( |
| ) |
const |
|
inline |
Double_t FairMesh::GetYmax |
( |
| ) |
const |
|
inline |
Double_t FairMesh::GetYmin |
( |
| ) |
const |
|
inline |
Double_t FairMesh::GetZmax |
( |
| ) |
const |
|
inline |
Double_t FairMesh::GetZmin |
( |
| ) |
const |
|
inline |
void FairMesh::Scale |
( |
Double_t |
fac | ) |
|
|
inline |
void FairMesh::SetX |
( |
Double_t |
xmin, |
|
|
Double_t |
xmax, |
|
|
Int_t |
nbin |
|
) |
| |
|
inline |
void FairMesh::SetY |
( |
Double_t |
ymin, |
|
|
Double_t |
ymax, |
|
|
Int_t |
nbin |
|
) |
| |
|
inline |
void FairMesh::SetZ |
( |
Double_t |
zmin, |
|
|
Double_t |
zmax, |
|
|
Int_t |
nbin |
|
) |
| |
|
inline |
Double_t FairMesh::fBinVolume |
|
protected |
The documentation for this class was generated from the following files: