_batch_mu | Tally | protected |
_batch_rel_err | Tally | protected |
_batch_std_dev | Tally | protected |
_batch_variance | Tally | protected |
_bin_delta | Tally | protected |
_bin_spacing | Tally | protected |
_centers | Tally | protected |
_computed_statistics | Tally | protected |
_edges | Tally | protected |
_group_expand_bins | Tally | protected |
_material | MaterialTally | protected |
_num_batches | Tally | protected |
_num_bins | Tally | protected |
_num_edges | Tally | protected |
_tallies | Tally | protected |
_tally_domain | Tally | protected |
_tally_name | Tally | protected |
_tally_type | Tally | protected |
_trigger_precision | Tally | protected |
_trigger_type | Tally | protected |
addDoubles(const double *amt, const int length) | Tally | |
addFloats(const float *amt, const int length) | Tally | |
addIntegers(const int *amt, const int length) | Tally | |
clone() | Tally | |
computeBatchStatistics() | Tally | |
computeScaledBatchStatistics(double scale_factor) | Tally | |
divideDoubles(const double *amt, const int length) | Tally | |
divideFloats(const float *amt, const int length) | Tally | |
divideIntegers(const int *amt, const int length) | Tally | |
generateBinCenters() | Tally | |
generateBinEdges(double start, double end, int num_bins, binSpacingType type) | Tally | |
getBatchMu() | Tally | |
getBatchRelativeError() | Tally | |
getBatchStdDev() | Tally | |
getBatchVariance() | Tally | |
getBinCenters() | Tally | |
getBinDelta() | Tally | |
getBinDelta(double sample) | Tally | |
getBinEdges() | Tally | |
getBinIndex(double sample) | Tally | inline |
getBinSpacingType() | Tally | |
getMaterial() | MaterialTally | inline |
getMaxMu() | Tally | |
getMaxRelErr() | Tally | |
getMaxStdDev() | Tally | |
getMaxTally() | Tally | |
getMaxVariance() | Tally | |
getMinTally() | Tally | |
getNumBatches() | Tally | |
getNumBins() | Tally | |
getNumEdges() | Tally | |
getTallies() | Tally | |
getTally(int bin_index, int batch_num) | Tally | |
getTallyDomainType() | Tally | |
getTallyName() | Tally | |
getTallyType() | Tally | |
getTriggerPrecision() | Tally | |
getTriggerType() | Tally | |
hasComputedBatchStatistics() | Tally | |
hasExpandedGroupBins() | Tally | |
incrementNumBatches(int num_batches) | Tally | |
isPrecisionTriggered() | Tally | |
MaterialElasticRateTally(Material *material, char *tally_name=(char *)"") | MaterialElasticRateTally | inline |
MaterialTally(Material *material, char *tally_name=(char *)"") | MaterialTally | inline |
multiplyDoubles(const double *amt, const int length) | Tally | |
multiplyFloats(const float *amt, const int length) | Tally | |
multiplyIntegers(const int *amt, const int length) | Tally | |
normalizeBatchMu() | Tally | |
operator*(Tally *tally) | Tally | |
operator*(const int amt) | Tally | |
operator*(const float amt) | Tally | |
operator*(const double amt) | Tally | |
operator+(Tally *tally) | Tally | |
operator+(const int amt) | Tally | |
operator+(const float amt) | Tally | |
operator+(const double amt) | Tally | |
operator-(Tally *tally) | Tally | |
operator-(const int amt) | Tally | |
operator-(const float amt) | Tally | |
operator-(const double amt) | Tally | |
operator/(Tally *tally) | Tally | |
operator/(const int amt) | Tally | |
operator/(const float amt) | Tally | |
operator/(const double amt) | Tally | |
outputBatchStatistics(const char *filename) | Tally | |
printTallies(bool uncertainties=false) | Tally | |
retrieveTallyCenters(double *data, int num_bins) | Tally | |
retrieveTallyEdges(double *data, int num_bins) | Tally | |
retrieveTallyMu(double *data, int num_bins) | Tally | |
retrieveTallyRelErr(double *data, int num_bins) | Tally | |
retrieveTallyStdDev(double *data, int num_bins) | Tally | |
retrieveTallyVariance(double *data, int num_bins) | Tally | |
setBinEdges(double *edges, int num_edges) | Tally | |
setBinSpacingType(binSpacingType type) | Tally | |
setGroupExpandBins(bool expand_bins) | Tally | |
setNumBatches(int num_batches) | Tally | |
setPrecisionTrigger(triggerType trigger_type, float precision) | Tally | |
setTallyDomainType(tallyDomainType type) | Tally | |
setTallyType(tallyType type) | Tally | |
subtractDoubles(const double *amt, const int length) | Tally | |
subtractFloats(const float *amt, const int length) | Tally | |
subtractIntegers(const int *amt, const int length) | Tally | |
tally(neutron *neutron) | MaterialElasticRateTally | virtual |
Tally::tally(neutron *neutron, double weight) | Tally | |
Tally(char *tally_name=(char *)"") | Tally | |
tallyGroup(neutron *neutron, double weight) | Tally | |
tile(const int num_tiles) | Tally | |
~Tally() | Tally | virtual |