PAASS
Software suite to Acquire and Analyze Data from Pixie16
FittingAnalyzer Class Reference

Analyzer that handles the fitting of traces for High Resolution Timing. More...

#include <FittingAnalyzer.hpp>

Inheritance diagram for FittingAnalyzer:
Collaboration diagram for FittingAnalyzer:

Public Member Functions

 FittingAnalyzer (const std::string &s)
 Default Constructor. More...
 
 ~FittingAnalyzer ()
 
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

Analyzer that handles the fitting of traces for High Resolution Timing.

Definition at line 20 of file FittingAnalyzer.hpp.

Constructor & Destructor Documentation

§ FittingAnalyzer()

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

Default Constructor.

Definition at line 25 of file FittingAnalyzer.cpp.

§ ~FittingAnalyzer()

FittingAnalyzer::~FittingAnalyzer ( )

Default Destructor

Definition at line 34 of file FittingAnalyzer.cpp.

Member Function Documentation

§ Analyze()

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

Analyzes the traces

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

Reimplemented from TraceAnalyzer.

Definition at line 38 of file FittingAnalyzer.cpp.

Here is the call graph for this function:

Field Documentation

§ driver_

TimingDriver* FittingAnalyzer::driver_
private

Definition at line 37 of file FittingAnalyzer.hpp.


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