#include <SerpentTallyData.hxx>
Define a data structure for bins in detector output read from Serpent detector file.
- Author
- J.Hajnrych
- Version
- 1.0
◆ BinResult()
Serpent::BinResult::BinResult |
( |
| ) |
|
◆ ~BinResult()
Serpent::BinResult::~BinResult |
( |
| ) |
|
◆ AddIndex()
void Serpent::BinResult::AddIndex |
( |
unsigned |
index | ) |
|
◆ GetCellBinIndex()
int Serpent::BinResult::GetCellBinIndex |
( |
| ) |
|
◆ GetETBinIndex()
int Serpent::BinResult::GetETBinIndex |
( |
| ) |
|
gets Energy Grid Bin Index
◆ GetIndex()
int Serpent::BinResult::GetIndex |
( |
unsigned |
pos | ) |
|
gets Index from row "pos"
◆ GetReactionBinIndex()
int Serpent::BinResult::GetReactionBinIndex |
( |
| ) |
|
◆ GetValErr()
ValErr_t Serpent::BinResult::GetValErr |
( |
| ) |
|
returns value read from bin
◆ Print()
string Serpent::BinResult::Print |
( |
| ) |
|
Printing method used when multi-run data is merged into one file.
◆ SetValErr()
void Serpent::BinResult::SetValErr |
( |
double |
value, |
|
|
double |
error |
|
) |
| |
◆ CELL_NUM_POS
const unsigned Serpent::BinResult::CELL_NUM_POS = 3 |
|
staticprivate |
◆ ET_NUM_POS
const unsigned Serpent::BinResult::ET_NUM_POS = 1 |
|
staticprivate |
◆ fBinIndices
vector< int > Serpent::BinResult::fBinIndices |
|
private |
◆ fData
ValErr_t* Serpent::BinResult::fData |
|
private |
◆ NUMBER_OF_INDEXES
const unsigned Serpent::BinResult::NUMBER_OF_INDEXES = 10 |
|
static |
◆ REACTION_NUM_POS
const unsigned Serpent::BinResult::REACTION_NUM_POS = 6 |
|
staticprivate |
The documentation for this class was generated from the following files: