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