This is the interface class for tools/algorithms that perform various operations on waveforms. Examples include smoothing, differentiation, filtering, etc. More...
Go to the source code of this file.
Classes | |
class | reco_tool::IWaveformTool |
Namespaces | |
reco_tool | |
Typedefs | |
template<class T > | |
using | reco_tool::Waveform = std::vector< T > |
using | reco_tool::HistogramMap = std::map< int, TProfile * > |
This is the interface class for tools/algorithms that perform various operations on waveforms. Examples include smoothing, differentiation, filtering, etc.
Definition in file IWaveformTool.h.