LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
LArFFT_service.cc
Go to the documentation of this file.
1 //
3 // \file LArFFT_plugin
4 //
5 // This class simplifies implementation of Fourier transforms.
6 // Because all data inputs and outputs are purely real, the
7 // transforms implemented in this way get a substantial performance
8 // increase ~2x.
9 //
10 // \author pagebri3@msu.edu
11 //
13 
15 
17 
#define DEFINE_ART_SERVICE(svc)