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

Class to analyze traces using a digital CFD. More...

#include <CfdAnalyzer.hpp>

Inheritance diagram for CfdAnalyzer:
Collaboration diagram for CfdAnalyzer:

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
 

Detailed Description

Class to analyze traces using a digital CFD.

Constructor & Destructor Documentation

CfdAnalyzer::CfdAnalyzer ( )

Default constructor

CfdAnalyzer::~CfdAnalyzer ( )
inline

Default Destructor

Member Function Documentation

virtual void CfdAnalyzer::Analyze ( Trace trace,
const std::string &  detType,
const std::string &  detSubtype 
)
virtual

Do the analysis on traces

Parameters
[in]trace: the trace to analyze
[in]detType: the detector type
[in]detSubtype: detector subtype

Reimplemented from TraceAnalyzer.

virtual void CfdAnalyzer::DeclarePlots ( void  ) const
inlinevirtual

Declare the plots


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