All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LArFFT_service.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 //
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 //
12 ////////////////////////////////////////////////////////////////////////
13 
15 
16 #include "art/Framework/Services/Registry/ServiceDefinitionMacros.h"
17 
18 
19 DEFINE_ART_SERVICE(util::LArFFT)