Definition at line 20 of file TFoamCell.h.
#include <TFoamCell.h>
◆ TFoamCell() [1/3]
Default constructor for streamer.
Definition at line 24 of file TFoamCell.cxx.
◆ TFoamCell() [2/3]
TFoamCell::TFoamCell |
( |
Int_t |
kDim | ) |
|
User constructor allocating single empty Cell.
Definition at line 34 of file TFoamCell.cxx.
◆ TFoamCell() [3/3]
Copy constructor (not tested!)
Definition at line 57 of file TFoamCell.cxx.
◆ ~TFoamCell()
TFoamCell::~TFoamCell |
( |
| ) |
|
|
virtual |
◆ CalcVolume()
void TFoamCell::CalcVolume |
( |
void |
| ) |
|
Calculates volume of the cell using size params which are calculated.
Definition at line 174 of file TFoamCell.cxx.
◆ Fill()
Fills in certain data into newly allocated cell.
Definition at line 103 of file TFoamCell.cxx.
◆ GetBest()
Int_t TFoamCell::GetBest |
( |
| ) |
const |
|
inline |
◆ GetDau0()
◆ GetDau1()
◆ GetDriv()
Double_t TFoamCell::GetDriv |
( |
| ) |
const |
|
inline |
◆ GetHcub()
Provides size and position of the cell These parameter are calculated by analyzing information in all parents cells up to the root cell.
It takes time but saves memory.
Definition at line 120 of file TFoamCell.cxx.
◆ GetHSize()
void TFoamCell::GetHSize |
( |
TFoamVect & |
cellSize | ) |
const |
Provides size of the cell Size parameters are calculated by analyzing information in all parents cells up to the root cell.
It takes time but saves memory.
Definition at line 149 of file TFoamCell.cxx.
◆ GetIntg()
Double_t TFoamCell::GetIntg |
( |
| ) |
const |
|
inline |
◆ GetPare()
◆ GetPrim()
Double_t TFoamCell::GetPrim |
( |
| ) |
const |
|
inline |
◆ GetSerial()
Int_t TFoamCell::GetSerial |
( |
| ) |
const |
|
inline |
◆ GetStat()
Int_t TFoamCell::GetStat |
( |
| ) |
const |
|
inline |
◆ GetVolume()
Double_t TFoamCell::GetVolume |
( |
| ) |
const |
|
inline |
◆ GetXdiv()
Double_t TFoamCell::GetXdiv |
( |
| ) |
const |
|
inline |
◆ operator=()
Substitution operator = (never used)
Definition at line 82 of file TFoamCell.cxx.
◆ Print()
void TFoamCell::Print |
( |
Option_t * |
option | ) |
const |
Printout of the cell geometry parameters for the debug purpose.
Definition at line 189 of file TFoamCell.cxx.
◆ SetBest()
void TFoamCell::SetBest |
( |
Int_t |
Best | ) |
|
|
inline |
◆ SetDau0()
◆ SetDau1()
◆ SetDriv()
void TFoamCell::SetDriv |
( |
Double_t |
Driv | ) |
|
|
inline |
◆ SetIntg()
void TFoamCell::SetIntg |
( |
Double_t |
Intg | ) |
|
|
inline |
◆ SetPrim()
void TFoamCell::SetPrim |
( |
Double_t |
Prim | ) |
|
|
inline |
◆ SetSerial()
void TFoamCell::SetSerial |
( |
Int_t |
Serial | ) |
|
|
inline |
◆ SetStat()
void TFoamCell::SetStat |
( |
Int_t |
Stat | ) |
|
|
inline |
◆ SetXdiv()
void TFoamCell::SetXdiv |
( |
Double_t |
Xdiv | ) |
|
|
inline |
◆ fBest
◆ fDaught0
◆ fDaught1
◆ fDim
◆ fDrive
Double_t TFoamCell::fDrive |
|
private |
◆ fIntegral
Double_t TFoamCell::fIntegral |
|
private |
◆ fParent
◆ fPrimary
Double_t TFoamCell::fPrimary |
|
private |
◆ fSerial
◆ fStatus
◆ fVolume
Double_t TFoamCell::fVolume |
|
private |
◆ fXdiv
Double_t TFoamCell::fXdiv |
|
private |
The documentation for this class was generated from the following files: