|
Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
Class to analyze Tau from a trace. More...
#include <TauAnalyzer.hpp>


Public Member Functions | |
| TauAnalyzer () | |
| TauAnalyzer (const std::string &aType, const std::string &aSubtype) | |
| ~TauAnalyzer () | |
| virtual void | Analyze (Trace &trace, const std::string &aType, const std::string &aSubtype) |
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 () |
Private Attributes | |
| std::string | type |
| the detector type | |
| std::string | subtype |
| the detector subtype | |
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 Tau from a trace.
| TauAnalyzer::TauAnalyzer | ( | ) |
Default Constructor
| TauAnalyzer::TauAnalyzer | ( | const std::string & | aType, |
| const std::string & | aSubtype | ||
| ) |
Constructor taking the type and subtype to plot
| [in] | aType | : a type to analyze tau from |
| [in] | aSubtype | : a subtype to analyze tau from |
|
inline |
Default Destructor
|
virtual |
The main analysis driver
| [in] | trace | : the trace to analyze |
| [in] | aType | : the type being analyze |
| [in] | aSubtype | : the subtype begin analyzed |
Reimplemented from TraceAnalyzer.