![]() |
Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
|
Pair score with A and Z, also implement comparision operator. More...
#include <ScorePair.hh>
Public Member Functions | |
bool | operator< (ScorePair rhs) |
Public Attributes | |
int | A |
A of the nuclide. | |
int | Z |
Z of the nuclide. | |
double | score |
Score. |
Pair score with A and Z, also implement comparision operator.
Used for scoring and finding which nuclide the gamma lines most probably are related to.
Definition at line 19 of file ScorePair.hh.
bool ScorePair::operator< | ( | ScorePair | rhs | ) | [inline] |
rhs | Score pair for comparisionComparision operator. |
Definition at line 25 of file ScorePair.hh.
References score.