dEdx.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 
4 process_name: dEdx
5 
6 
7 services:
8 {
9  TFileService: { fileName: "dEdx.root" }
10  TimeTracker: {}
11  RandomNumberGenerator: {}
12  message: @local::standard_info
13  @table::dunefd_simulation_services
14 }
15 
16 
17 source:
18 {
19  module_type: RootInput
20  maxEvents: -1
21  firstEvent: 1
22 }
23 
24 
25 outputs:{}
26 
27 
28 physics:
29 {
30  analyzers:
31  {
32  dEdx:
33  {
34  module_type: "dEdx"
35  SimulationLabel: "largeant"
36  }
37  }
38  analysis: [ dEdx ]
39  end_paths: [ analysis ]
40 }
41