Typedefs
AdcDeconvoluteFFT_tool.cc File Reference
#include "AdcDeconvoluteFFT.h"
#include "dunecore/DuneCommon/Utility/DuneFFT.h"
#include "dunecore/ArtSupport/DuneToolManager.h"
#include "TMath.h"
#include "TDecompLU.h"
#include "TDecompSVD.h"
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Typedefs

using Index = unsigned int
 
using FloatVector = AdcSignalVector
 
using DoubleVector = std::vector< double >
 
using Name = std::string
 
using DFT = DuneFFT::DFT
 

Typedef Documentation

using DFT = DuneFFT::DFT

Definition at line 23 of file AdcDeconvoluteFFT_tool.cc.

using DoubleVector = std::vector<double>

Definition at line 21 of file AdcDeconvoluteFFT_tool.cc.

Definition at line 20 of file AdcDeconvoluteFFT_tool.cc.

using Index = unsigned int

Definition at line 19 of file AdcDeconvoluteFFT_tool.cc.

using Name = std::string

Definition at line 22 of file AdcDeconvoluteFFT_tool.cc.