6 #ifndef __CFDANALYZER_HPP_
7 #define __CFDANALYZER_HPP_
26 virtual void Analyze(
Trace &trace,
const std::string &detType,
27 const std::string &detSubtype);
virtual void Analyze(Trace &trace, const std::string &detType, const std::string &detSubtype)
Header file for the TraceAnalyzer class.
Class to hold all of the information for high resolution timing.
Online trace analysis.
Definition: TraceAnalyzer.hpp:19
Store the information for a trace.
Definition: Trace.hpp:34
A simple class to store the traces.
virtual void DeclarePlots(void) const
Definition: CfdAnalyzer.hpp:21
~CfdAnalyzer()
Definition: CfdAnalyzer.hpp:19
Class to analyze traces using a digital CFD.
Definition: CfdAnalyzer.hpp:14