CVNSparseMapper.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_cvnsparsemapper:
4 {
5  module_type: CVNSparseMapper
6  #==================
7  HitsModuleLabel: "hitfd"
8  ClusterPMLabel: "cvnsparsemap"
9  MinClusterHits: 100
10  IncludePixelTruth: false
11 }
12 
13 standard_cvnsparsemapper3d:
14 {
15  module_type: CVNSparseMapper3D
16  #==================
17  SpacePointModuleLabel: "reco3d"
18  PixelMapLabel: "cvnsparsemap"
19  MinSP: 100
20 }
21 
22 standard_cvnsparseroot:
23 {
24  module_type: CVNSparseROOT
25  #==================
26  MapModuleLabel: "sparsemap"
27  MapInstanceLabel: "cvnsparsemap"
28  OutputName: "cvnsparse"
29  TreeName: "CVNSparse"
30  IncludeGroundTruth: false
31  CacheSize: 50000000
32 }
33 
34 pdune_cvnsparsemapper: @local::standard_cvnsparsemapper
35 pdune_cvnsparsemapper.IncludePixelTruth: true
36 
37 pdune_cvnsparseroot: @local::standard_cvnsparseroot
38 pdune_cvnsparseroot.IncludeGroundTruth: true
39 
40 END_PROLOG
41