PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Extracts sub-sampling time from trace using weighted average algorithm. More...
#include <WaaAnalyzer.hpp>
Public Member Functions | |
WaaAnalyzer () | |
~WaaAnalyzer () | |
virtual void | DeclarePlots (void) |
virtual void | Analyze (Trace &trace, const std::string &detType, const std::string &detSubtype, const std::map< std::string, int > &tagMap) |
![]() | |
TraceAnalyzer () | |
virtual | ~TraceAnalyzer () |
virtual bool | Init (void) |
virtual void | Analyze (Trace &trace, const std::string &type, const std::string &subtype) |
void | EndAnalyze (Trace &trace) |
void | EndAnalyze (void) |
void | SetLevel (int i) |
int | GetLevel () |
Additional Inherited Members | |
![]() | |
int | level |
the level of analysis to proceed with More... | |
std::string | name |
name of the analyzer More... | |
![]() | |
static int | numTracesAnalyzed = 0 |
rownumber for DAMM spectrum 850 More... | |
Extracts sub-sampling time from trace using weighted average algorithm.
Definition at line 13 of file WaaAnalyzer.hpp.
WaaAnalyzer::WaaAnalyzer | ( | ) |
Default Constructor
Definition at line 22 of file WaaAnalyzer.cpp.
|
inline |
Default Destructor
Definition at line 18 of file WaaAnalyzer.hpp.
|
virtual |
Analyzes the traces
[in] | trace | : the trace to analyze |
[in] | detType | : the detector type we have |
[in] | detSubtype | : the subtype of the detector |
[in] | tagMap | : Map of tags associated with trace |
Reimplemented from TraceAnalyzer.
Definition at line 26 of file WaaAnalyzer.cpp.
|
virtual |
Declare plots for the analyzer
Reimplemented from TraceAnalyzer.
Definition at line 17 of file WaaAnalyzer.cpp.