AcdDigitReader.h
Go to the documentation of this file.
1 // AcdDigitReader.h
2 
3 // David Adams
4 // August 2017
5 //
6 // Tool to fill AdcChannelData from raw::RawDigit.
7 //
8 // Configuration:
9 // LogLevel - 0=silent, 1=init, 2=each event, >2=more
10 
11 #ifndef AcdDigitReader_H
12 #define AcdDigitReader_H
13 
15 #include "fhiclcpp/ParameterSet.h"
17 
19 
20 public:
21 
23 
24  ~AcdDigitReader() override =default;
25 
26  DataMap update(AdcChannelData& acd) const override;
27 
28 private:
29 
30  // Configuration data.
32 
33 };
34 
35 
36 #endif
AcdDigitReader(fhicl::ParameterSet const &ps)
~AcdDigitReader() override=default
DataMap update(AdcChannelData &acd) const override
static constexpr double ps
Definition: Units.h:99