Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunesim
dunesim
DetSim
fcl
detsimtools_dune.fcl
Go to the documentation of this file.
1
# destimtools_dune.fcl
2
3
# David Adams
4
# Aprils 2017
5
6
# Tool definitions for DUNE DetSim.
7
8
# Ideal ADC simulator with a gain of 1.0.
9
# For use where the input voltage is already converte dot ADC counts.
10
tools.adcsim_ideal: {
11
tool_type: IdealAdcSimulator
12
Vsen: 1.0
13
Nbit: 12
14
}
15
16
tools.adcsim_noisy: {
17
tool_type: NoisyAdcSimulator
18
Vsen: 1.0
19
Nbit: 12
20
Noise:5
21
}
Generated by
1.8.11