Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
TauAnalyzer Class Reference

Class to analyze Tau from a trace. More...

#include <TauAnalyzer.hpp>

Inheritance diagram for TauAnalyzer:
Collaboration diagram for TauAnalyzer:

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
 

Detailed Description

Class to analyze Tau from a trace.

Constructor & Destructor Documentation

TauAnalyzer::TauAnalyzer ( )

Default Constructor

TauAnalyzer::TauAnalyzer ( const std::string &  aType,
const std::string &  aSubtype 
)

Constructor taking the type and subtype to plot

Parameters
[in]aType: a type to analyze tau from
[in]aSubtype: a subtype to analyze tau from
TauAnalyzer::~TauAnalyzer ( )
inline

Default Destructor

Member Function Documentation

virtual void TauAnalyzer::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.


The documentation for this class was generated from the following file: