Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
Public Member Functions | Public Attributes
ScorePair Class Reference

Pair score with A and Z, also implement comparision operator. More...

#include <ScorePair.hh>

List of all members.

Public Member Functions

bool operator< (ScorePair rhs)

Public Attributes

int A
 A of the nuclide.
int Z
 Z of the nuclide.
double score
 Score.

Detailed Description

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.


Member Function Documentation

bool ScorePair::operator< ( ScorePair  rhs) [inline]
Parameters:
rhsScore pair for comparisionComparision operator.

Definition at line 25 of file ScorePair.hh.

References score.

  { return score > rhs.score; }

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark