Go to the source code of this file.
Typedefs | |
using | Index = unsigned int |
using | FloatVector = AdcSignalVector |
using | DoubleVector = std::vector< double > |
using | DoubleVectorMap = std::map< Index, DoubleVector > |
using | Name = std::string |
using DoubleVector = std::vector<double> |
Definition at line 16 of file Adc2dConvolute_tool.cc.
using DoubleVectorMap = std::map<Index, DoubleVector> |
Definition at line 17 of file Adc2dConvolute_tool.cc.
using FloatVector = AdcSignalVector |
Definition at line 15 of file Adc2dConvolute_tool.cc.
using Index = unsigned int |
Definition at line 14 of file Adc2dConvolute_tool.cc.
using Name = std::string |
Definition at line 18 of file Adc2dConvolute_tool.cc.