trackshowerhits.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_segmentation2d:
4 {
5  RadiusMin: 0.5 # annulus, inner rad [cm]
6  RadiusMax: 1.0 # annulus, outer rar [cm]
7  MaxLineDist: 0.2 # hits linear if dist to line less than [cm]
8 
9  DenseVtxRadius: 1.0 # look for vtx inside rad [cm]
10  DenseMinNVtx: 5 # shower if more vtxs inside rad
11 
12  DenseHitRadius: 5.0 # look for hits inside rad [cm]
13  DenseMinNHits: 100 # big shower if more vtx inside rad
14 }
15 
16 standard_trackshowerhits:
17 {
18  module_type: "TrackShowerHits"
19  HitModuleLabel: "hit" # label of hits to be splitted
20  Segmentation2DAlg: @local::standard_segmentation2d
21 
22  FindHugeShowers: true # look at very dense hit regions to tag showers
23  FindMoreShowers: false # use vtxs from segmentation to tag other showers
24 }
25 
26 END_PROLOG