From fb75397bcfa454a7fa81706f4cc0fd0fff6b0b8c Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Sun, 21 Dec 2014 09:43:45 -0500 Subject: [PATCH] Updated documentation to include estimator option. --- docs/source/usersguide/input.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index 217535af9d..4d96506ec0 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -1034,6 +1034,16 @@ The ```` element accepts the following sub-elements: *Default*: total + :estimator: + The estimator element is used to force the us eof either ``analog`` or + ``tracklength`` tally estimation. ''analog'' is generally less efficient + though it can be used with every score type. ''tracklength'' is generally + the most efficient, though its usage is restricted to tallies which do not + score particle information which requires a collision to have occured, such + as a scattering tally which utilizes outgoing energy filters. + + *Default*: ``tracklength`` but will revert to analog if necessary. + :scores: A space-separated list of the desired responses to be accumulated. Accepted options are "flux", "total", "scatter", "absorption", "fission",