lifetime.fcl
Go to the documentation of this file.
1 
2 BEGIN_PROLOG
3 
4 proto_lifetime:
5 {
6  module_type: "SPLifetime"
7  ClusterModuleLabel: "trajcluster"
8  ChgCuts: [ 0.5, 1.3 ]
9  ChiCut: 5
10  TicksPerBin: 200 # 200 ticks * 0.5 us/tick = 0.1 ms
11  MinBins: 5 # sets min length of cluster = MinBins*TicksPerBin
12  MinHits: 100 # sets width of cluster in z direction
13  MinDTickSNR: 500 # set width of cluster in x direction
14  MinDWireSNR: 300 # set width of cluster in z direction
15  MinHitsSNR: 300 # related to MinDWireSNR
16  DebugCluster: -1
17 }
18 
19 
20 END_PROLOG