MIDSX 0.1
A x-ray transport code system for dosimetry
|
Class which represents a count quantity. Used by the Tally classes to store simulation data. More...
#include <quantity.h>
Public Member Functions | |
CountValue | operator+ (const CountValue &other) const |
void | addCount () |
void | addCounts (int count) |
int | getCount () const |
double | getCountSTD () const |
Public Attributes | |
int | count_ = 0 |
Class which represents a count quantity. Used by the Tally classes to store simulation data.
Definition at line 37 of file quantity.h.
int CountValue::count_ = 0 |
Definition at line 48 of file quantity.h.