Public Member Functions | |
| Contribution (size_t index, double w) | |
| size_t | index () const |
| bool | operator< (const Contribution &c) const |
| double | w () const |
Private Attributes | |
| size_t | _index |
| double | _w |
Private data structure to remember a single contribution from a photon packet to a statistics bin, identified by the target index of that bin in the (single) detector array for which this contribution was recorded.