dbigevd4apafd.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 
4 process_name: duneEVD
5 
6 
7 services:
8 {
9  TFileService: { fileName: "DbigEVD4apaFD.root" }
10  TimeTracker: {}
11  RandomNumberGenerator: {}
12  message: @local::standard_info
13  @table::dunefd_simulation_services
14 }
15 
16 services.Geometry.ROOT: "dune4apa36deg.gdml"
17 services.Geometry.GDML: "dune4apa36deg.gdml"
18 
19 source:
20 {
21  module_type: RootInput
22  maxEvents: 8
23  firstEvent: 1
24 }
25 
26 
27 outputs:{}
28 
29 
30 physics:
31 {
32  analyzers:
33  {
34  dbigevd:
35  {
36  module_type: "DbigEVD4apaFD"
37  ChanHitLabel: "gaushit"
38  WidHitLabel: "apahit"
39  HitCheatLabel: "hitcheat"
40  ClusLabel: "fuzzy"
41  nEvents: 8
42  TimeReverseZ0: true
43 
44  MaxTimeRange: 1 # 1 to use max time range, 0 to specify the range. If zero:
45  MinT: 1000
46  MaxT: 1500
47  }
48  }
49  analysis: [ dbigevd ]
50  end_paths: [ analysis ]
51 }
52