PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
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, 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 | |
std::string | type |
the detector type More... | |
std::string | subtype |
the detector subtype More... | |
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 Tau from a trace.
Definition at line 12 of file TauAnalyzer.hpp.
TauAnalyzer::TauAnalyzer | ( | ) |
Default Constructor
Definition at line 19 of file TauAnalyzer.cpp.
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 |
Definition at line 24 of file TauAnalyzer.cpp.
|
inline |
Default Destructor
Definition at line 23 of file TauAnalyzer.hpp.
|
virtual |
The main analysis driver
[in] | trace | : the trace to analyze |
[in] | aType | : the type being analyze |
[in] | aSubtype | : the subtype begin analyzed |
[in] | tagMap | : the map of tags for the channel |
Reimplemented from TraceAnalyzer.
Definition at line 29 of file TauAnalyzer.cpp.
|
private |
the detector subtype
Definition at line 35 of file TauAnalyzer.hpp.
|
private |
the detector type
Definition at line 34 of file TauAnalyzer.hpp.