![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
This is the interface class for tools/algorithms that perform various operations on waveforms. Examples include smoothing, differentiation, filtering, etc. More...
#include <map>#include <tuple>#include <vector>Go to the source code of this file.
Classes | |
| class | reco_tool::IWaveformTool |
Namespaces | |
| fhicl | |
| parameter set interface | |
| 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.