|
MURE
|
Define a MeshTally class (abstract). More...
#include <MeshTally.hxx>
Public Member Functions | |
| MeshTally () | |
| virtual MeshTally * | Clone ()=0 |
| The "Virtual Copy Constructor". | |
| virtual | ~MeshTally ()=default |
| virtual string | Print () |
Define a MeshTally class (abstract).
a MeshTally allows user to obtain a general tally over a given mesh independantly from the real geometry. One can use TMeshTally (MCNPX &MCNP6) or FMeshTally (MCNP5 &MCNP6). In MCNP6, where both mesh tally "type" are allowed, one has to choose the most coveniant mesh tally( TMeshTally or FMeshTally).
|
default |
|
virtualdefault |
|
pure virtual |
The "Virtual Copy Constructor".
Implemented in TMeshTally, and FMeshTally.
|
inlinevirtual |
Reimplemented in TMeshTally, and FMeshTally.