PddpVintageDeconvoluter.h
Go to the documentation of this file.
1 // PddpVintageDeconvoluter.h
2 //
3 // Tool to preform deconvolution of data from an ADC.
4 // This is just a copy of VintangeDeconvoluter tool
5 // but with ProtoDUNE DP signal shaping service.
6 //
7 // This code should be deleted point when different signal
8 // shaping services could be loaded via a single interface
9 //
10 // Configuration:
11 // LogLevel - 0=silent, 1=init, 2=each event, >2=more
12 
13 #ifndef PddpVintageDeconvoluter_H
14 #define PddpVintageDeconvoluter_H
15 
17 #include "fhiclcpp/ParameterSet.h"
19 #include <vector>
20 
22 
23 public:
24 
26 
27  ~PddpVintageDeconvoluter() override =default;
28 
29  DataMap update(AdcChannelData& acd) const override;
30 
31 private:
32 
33  // Configuration data.
35 
36 };
37 
38 
39 #endif
PddpVintageDeconvoluter(fhicl::ParameterSet const &ps)
DataMap update(AdcChannelData &acd) const override
~PddpVintageDeconvoluter() override=default
static constexpr double ps
Definition: Units.h:99