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