#include <SinTracking.hxx>
In order for SinTracking to produce meaningful results, it must be called repeatively using SpectralPeakArrays generated from the different 'frames' of the same input material (ie, if you want to track two different sources, you must use two seperate SinTrackings).
Definition at line 62 of file SinTracking.hxx.
Public Member Functions | |
SinTracking () | |
SinTracking (const SinTrackingConfig &c) | |
~SinTracking () | |
const ProcessingConfig & | GetConfig () const |
Configuration getter. | |
bool | Do (const SpectralPeakArray &iPeakArray, SpectralPeakArray &oPeakArray) |
bool | Do (void) |
Supervised mode execution method (using ports). | |
int | GetnTracks () const |
CLAM::SinTracking::SinTracking | ( | ) |
CLAM::SinTracking::SinTracking | ( | const SinTrackingConfig & | c | ) |
CLAM::SinTracking::~SinTracking | ( | ) |
Definition at line 47 of file SinTracking.cxx.
const ProcessingConfig& CLAM::SinTracking::GetConfig | ( | ) | const [inline, virtual] |
Configuration getter.
Gets the configuration parameters used to create the object.
Reimplemented from CLAM::Processing.
Definition at line 84 of file SinTracking.hxx.
bool CLAM::SinTracking::Do | ( | const SpectralPeakArray & | iPeakArray, | |
SpectralPeakArray & | oPeakArray | |||
) |
Definition at line 101 of file SinTracking.cxx.
References CLAM::InControl::GetLastValue(), and CLAM::DynamicType::UpdateData().
Referenced by CLAM::SMSAnalysisCore::Do().
bool CLAM::SinTracking::Do | ( | void | ) | [virtual] |
Supervised mode execution method (using ports).
Implements CLAM::Processing.
Definition at line 93 of file SinTracking.cxx.
int CLAM::SinTracking::GetnTracks | ( | ) | const [inline] |
Definition at line 90 of file SinTracking.hxx.