celltree_icarus.fcl
Go to the documentation of this file.
1 #include "services_icarus.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::icarus_basic_services
14  @table::icarus_wirecalibration_services
15 }
16 
17 
18 source:
19 {
20  module_type: RootInput
21  fileNames: [ "gen.root" ]
22  firstEvent : 1
23  maxEvents: -1
24 }
25 
26 
27 outputs:{}
28 
29 
30 physics:
31 {
32  analyzers:
33  {
34  wirecell: @local::standard_celltree
35  }
36  analysis: [ wirecell ]
37  end_paths: [ analysis ]
38 }
39 
40 
41 physics.analyzers.wirecell.nRawSamples : 4096
42 physics.analyzers.wirecell.saveJSON : true
43 physics.analyzers.wirecell.SpacePointLabels : ["cluster3d","pandoraICARUS", "truthDepo"]
44 #physics.analyzers.wirecell.SimEnergyDepositLabel : "ionization"
45 physics.analyzers.wirecell.saveMC : true
46