Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
Class to analyze traces using a digital CFD. More...
#include <CfdAnalyzer.hpp>
Public Member Functions | |
CfdAnalyzer () | |
~CfdAnalyzer () | |
virtual void | DeclarePlots (void) const |
virtual void | Analyze (Trace &trace, const std::string &detType, const std::string &detSubtype) |
Public Member Functions inherited from TraceAnalyzer | |
TraceAnalyzer () | |
virtual | ~TraceAnalyzer () |
virtual bool | Init (void) |
virtual void | DeclarePlots (void) |
void | EndAnalyze (Trace &trace) |
void | EndAnalyze (void) |
void | SetLevel (int i) |
int | GetLevel () |
Additional Inherited Members | |
Protected Attributes inherited from TraceAnalyzer | |
int | level |
the level of analysis to proceed with | |
std::string | name |
name of the analyzer | |
Static Protected Attributes inherited from TraceAnalyzer | |
static int | numTracesAnalyzed |
rownumber for DAMM spectrum 850 | |
Class to analyze traces using a digital CFD.
CfdAnalyzer::CfdAnalyzer | ( | ) |
Default constructor
|
inline |
Default Destructor
|
virtual |
Do the analysis on traces
[in] | trace | : the trace to analyze |
[in] | detType | : the detector type |
[in] | detSubtype | : detector subtype |
Reimplemented from TraceAnalyzer.
|
inlinevirtual |
Declare the plots