4 #ifndef __WAVEFORMANALYZER_HPP_
5 #define __WAVEFORMANALYZER_HPP_
24 virtual void Analyze(
Trace &trace,
const std::string &detType,
25 const std::string &detSubtype);
33 #endif // __WAVEFORMANALYZER_HPP_
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.