CVNMapper.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 # This file defines the configuration for the CVNMapper and CVNMapperProtoDUNE modules
4 
5 standard_cvnmapper:
6 {
7  module_type: CVNMapper
8  #==================
9 # HitsModuleLabel: "gaushit"
10  HitsModuleLabel: "hitfd"
11  ClusterPMLabel: "cvnmap"
12  MinClusterHits: 100
13  TdcWidth: 500
14 # WireLength: 500
15  WireLength: 2880 #Unwrapped collection view max (6 x 480)
16  TimeResolution: 1600
17  UnwrappedPixelMap: 1
18 }
19 
20 standard_cvnmapper_protodune:
21 {
22  module_type: CVNMapperProtoDUNE
23  #==================
24  HitsModuleLabel: "hitpdune"
25  ParticleModuleLabel: "pandora"
26  TrackLabel: "pandora"
27  ShowerLabel: "pandora"
28  ClusterPMLabel: "cvnmap"
29  MinClusterHits: 50
30  TdcWidth: 500
31  WireLength: 500
32  TimeResolution: 1600
33  UnwrappedPixelMap: 1
34  TrackLengthCut: 100
35  UseWholeEvent: false
36 }
37 
38 standard_cvnmapper_wire:
39 {
40  module_type: CVNMapperWire
41  #==================
42  HitsModuleLabel: "wclsdatanfsp:gauss"
43  ClusterPMLabel: "cvnmap"
44  MinClusterHits: 100
45  TdcWidth: 500
46  WireLength: 2880 #Unwrapped collection view max (6 x 480)
47  TimeResolution: 1500
48  UnwrappedPixelMap: 1
49  Threshold: 0
50 }
51 
52 standard_cvnmapper_sim:
53 {
54  module_type: CVNMapperSim
55  #==================
56  HitsModuleLabel: "tpcrawdecoder:simpleSC"
57  ClusterPMLabel: "cvnmap"
58  MinClusterHits: 100
59  TdcWidth: 500
60  WireLength: 2880 #Unwrapped collection view max (6 x 480)
61  TimeResolution: 1500
62  UnwrappedPixelMap: 1
63  Threshold: 0
64 }
65 # This is for the beam slice usage of a CVN
66 standard_cvnmapper_protodune_vertex: @local::standard_cvnmapper_protodune
67 standard_cvnmapper_protodune_vertex.UseBeamSliceOnly: true
68 
69 # If we want to consider all of protodune we need bigger images
70 standard_cvnmapper_protodune_whole: @local::standard_cvnmapper_protodune
71 standard_cvnmapper_protodune_whole.UseWholeEvent: true
72 standard_cvnmapper_protodune_whole.WireLength: 1440
73 
74 standard_cvnmapper_10kt: @local::standard_cvnmapper
75 standard_cvnmapper_10kt.TdcWidth: 20000
76 standard_cvnmapper_10kt.WireLength: 12500
77 
78 END_PROLOG