VintageDeconvoluter.h
Go to the documentation of this file.
1 // VintageDeconvoluter.h
2 //
3 // David Adams
4 // May 2018
5 //
6 // Tool to preform deconvolution of data from an ADC.
7 //
8 // It uses the service with interface util::SignalShapingServiceDUNE.
9 //
10 // Configuration:
11 // LogLevel - 0=silent, 1=init, 2=each event, >2=more
12 
13 #ifndef VintageDeconvoluter_H
14 #define VintageDeconvoluter_H
15 
17 #include "fhiclcpp/ParameterSet.h"
19 #include <vector>
20 
22 
23 public:
24 
26 
27  ~VintageDeconvoluter() override =default;
28 
29  DataMap update(AdcChannelData& acd) const override;
30 
31 private:
32 
33  // Configuration data.
35 
36 };
37 
38 
39 #endif
~VintageDeconvoluter() override=default
VintageDeconvoluter(fhicl::ParameterSet const &ps)
static constexpr double ps
Definition: Units.h:99
DataMap update(AdcChannelData &acd) const override