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