PAASS
Software suite to Acquire and Analyze Data from Pixie16
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 (const std::string &s)
 
 ~CfdAnalyzer ()
 
void DeclarePlots (void) const
 
void Analyze (Trace &trace, const std::string &detType, const std::string &detSubtype, const std::map< std::string, int > &tagMap)
 
- Public Member Functions inherited from TraceAnalyzer
 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

TimingDriverdriver_
 

Additional Inherited Members

- Protected Attributes inherited from TraceAnalyzer
int level
 the level of analysis to proceed with More...
 
std::string name
 name of the analyzer More...
 
- Static Protected Attributes inherited from TraceAnalyzer
static int numTracesAnalyzed = 0
 rownumber for DAMM spectrum 850 More...
 

Detailed Description

Class to analyze traces using a digital CFD.

Definition at line 14 of file CfdAnalyzer.hpp.

Constructor & Destructor Documentation

§ CfdAnalyzer()

CfdAnalyzer::CfdAnalyzer ( const std::string &  s)

Default constructor taking an argument

Definition at line 23 of file CfdAnalyzer.cpp.

§ ~CfdAnalyzer()

CfdAnalyzer::~CfdAnalyzer ( )
inline

Default Destructor

Definition at line 20 of file CfdAnalyzer.hpp.

Member Function Documentation

§ Analyze()

void CfdAnalyzer::Analyze ( Trace trace,
const std::string &  detType,
const std::string &  detSubtype,
const std::map< std::string, int > &  tagMap 
)
virtual

Do the analysis on traces

Parameters
[in]trace: the trace to analyze
[in]detType: the detector type
[in]detSubtype: detector subtype
[in]tagMap: the map of tags for the channel

Reimplemented from TraceAnalyzer.

Definition at line 34 of file CfdAnalyzer.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ DeclarePlots()

void CfdAnalyzer::DeclarePlots ( void  ) const
inline

Declare the plots

Definition at line 23 of file CfdAnalyzer.hpp.

Here is the call graph for this function:

Field Documentation

§ driver_

TimingDriver* CfdAnalyzer::driver_
private

Definition at line 34 of file CfdAnalyzer.hpp.


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