A class to extract traces from events.
More...
#include <TraceExtractor.hpp>
|
std::string | type |
| the detector type
|
|
std::string | subtype |
| The detector subtype.
|
|
int | level |
| the level of analysis to proceed with
|
|
std::string | name |
| name of the analyzer
|
|
|
static const int | traceBins |
| The number of bins for the trace length.
|
|
static const int | numTraces |
| The number of traces to analyze.
|
|
static int | numTracesAnalyzed |
| rownumber for DAMM spectrum 850
|
|
A class to extract traces from events.
TraceExtractor::TraceExtractor |
( |
| ) |
|
|
inline |
TraceExtractor::TraceExtractor |
( |
const std::string & |
aType, |
|
|
const std::string & |
aSubtype |
|
) |
| |
Constructor taking the type and subtype to plot
- Parameters
-
[in] | aType | : a type to plot the traces for |
[in] | aSubtype | : a subtype to plot the traces for |
TraceExtractor::~TraceExtractor |
( |
| ) |
|
|
inline |
virtual void TraceExtractor::Analyze |
( |
Trace & |
trace, |
|
|
const std::string & |
aType, |
|
|
const std::string & |
aSubtype |
|
) |
| |
|
virtual |
The main analysis driver
- Parameters
-
[in] | trace | : the trace to analyze |
[in] | aType | : the type being analyze |
[in] | aSubtype | : the subtype begin analyzed |
Reimplemented from TraceAnalyzer.
virtual void TraceExtractor::DeclarePlots |
( |
void |
| ) |
|
|
virtual |
Declare the plots for the analyzer
Reimplemented from TraceAnalyzer.
The documentation for this class was generated from the following file: