KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVDataQualityAudit::isotope Struct Reference

Detailed Description

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 !
 
Float_t emin {-1.0}
 

Member Function Documentation

◆ add()

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.

◆ merge()

void KVDataQualityAudit::isotope::merge ( const isotope isoto)
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.

◆ print()

void KVDataQualityAudit::isotope::print ( ) const

Definition at line 112 of file KVDataQualityAudit.cpp.

Member Data Documentation

◆ A

UShort_t KVDataQualityAudit::isotope::A {0}

Definition at line 70 of file KVDataQualityAudit.h.

◆ counts

Double_t KVDataQualityAudit::isotope::counts {0}

watch the alignment !

Definition at line 68 of file KVDataQualityAudit.h.

◆ emin

Float_t KVDataQualityAudit::isotope::emin {-1.0}

Definition at line 69 of file KVDataQualityAudit.h.