runfakepedestal.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 process_name: FakePed
4 
5 services:
6 {
7  TimeTracker: {}
8  MemoryTracker: {}
9  @table::protodune_simulation_services
10 }
11 
12 source:
13 {
14  module_type: EmptyEvent
15  maxEvents: 1
16 }
17 
18 physics:
19 {
20  analyzers:
21  {
22  fakeped: {module_type: "FakePedestal"}
23  }
24 
25  ana: [fakeped]
26  end_paths: [ana]
27 }
28 
29 # Use fixed values instead of DB for pedestals.
30 services.DetPedestalService: @local::dune_fixedpeds