PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Class to analyze traces using a digital CFD. More...
#include <CfdAnalyzer.hpp>
Public Member Functions | |
CfdAnalyzer (const std::string &s) | |
~CfdAnalyzer () | |
void | DeclarePlots (void) const |
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 | DeclarePlots (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 () |
Private Attributes | |
TimingDriver * | driver_ |
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... | |
Class to analyze traces using a digital CFD.
Definition at line 14 of file CfdAnalyzer.hpp.
CfdAnalyzer::CfdAnalyzer | ( | const std::string & | s | ) |
Default constructor taking an argument
Definition at line 23 of file CfdAnalyzer.cpp.
|
inline |
Default Destructor
Definition at line 20 of file CfdAnalyzer.hpp.
|
virtual |
Do the analysis on traces
[in] | trace | : the trace to analyze |
[in] | detType | : the detector type |
[in] | detSubtype | : detector subtype |
[in] | tagMap | : the map of tags for the channel |
Reimplemented from TraceAnalyzer.
Definition at line 34 of file CfdAnalyzer.cpp.
|
inline |
Declare the plots
Definition at line 23 of file CfdAnalyzer.hpp.
|
private |
Definition at line 34 of file CfdAnalyzer.hpp.