![]() |
KaliVeda
Toolkit for HIC analysis
|
Definition at line 66 of file KVDataQualityAudit.h.
#include <KVDataQualityAudit.h>
Public Member Functions | |
void | add (const KVReconstructedNucleus &N) |
void | merge (const isotope &isoto) |
void | print () const |
Public Attributes | |
UShort_t | A {0} |
Double_t | counts {0} |
watch the alignment ! More... | |
Float_t | emin {-1.0} |
void KVDataQualityAudit::isotope::add | ( | const KVReconstructedNucleus & | N | ) |
add an isotopically identified nucleus
for calibrated particles, we store the minimum energy (=> threshold)
Definition at line 98 of file KVDataQualityAudit.cpp.
|
inline |
Merge two isotopes. This means keeping the lower of the two threshold values, and summing the occurences.
Definition at line 73 of file KVDataQualityAudit.h.
void KVDataQualityAudit::isotope::print | ( | ) | const |
Definition at line 112 of file KVDataQualityAudit.cpp.
UShort_t KVDataQualityAudit::isotope::A {0} |
Definition at line 70 of file KVDataQualityAudit.h.
Double_t KVDataQualityAudit::isotope::counts {0} |
watch the alignment !
Definition at line 68 of file KVDataQualityAudit.h.
Float_t KVDataQualityAudit::isotope::emin {-1.0} |
Definition at line 69 of file KVDataQualityAudit.h.