Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunedataprep
dunedataprep
DataPrep
Tool
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
14
#include "
art/Utilities/ToolMacros.h
"
15
#include "
fhiclcpp/ParameterSet.h
"
16
#include "
dunecore/DuneInterface/Tool/TpcDataTool.h
"
17
18
class
AcdDigitReader
:
TpcDataTool
{
19
20
public
:
21
22
AcdDigitReader
(
fhicl::ParameterSet
const
&
ps
);
23
24
~AcdDigitReader
()
override
=
default
;
25
26
DataMap
update
(
AdcChannelData
& acd)
const override
;
27
28
private
:
29
30
// Configuration data.
31
int
m_LogLevel
;
32
33
};
34
35
36
#endif
TpcDataTool.h
AcdDigitReader::AcdDigitReader
AcdDigitReader(fhicl::ParameterSet const &ps)
Definition:
AcdDigitReader_tool.cc:18
AdcChannelData
Definition:
AdcChannelData.h:95
ParameterSet.h
TpcDataTool
Definition:
TpcDataTool.h:17
ToolMacros.h
AcdDigitReader::~AcdDigitReader
~AcdDigitReader() override=default
AcdDigitReader::update
DataMap update(AdcChannelData &acd) const override
Definition:
AcdDigitReader_tool.cc:28
genie::units::ps
static constexpr double ps
Definition:
Units.h:99
AcdDigitReader::m_LogLevel
int m_LogLevel
Definition:
AcdDigitReader.h:31
AcdDigitReader
Definition:
AcdDigitReader.h:18
DataMap
Definition:
DataMap.h:43
fhicl::ParameterSet
Definition:
ParameterSet.h:36
Generated by
1.8.11