tpcpatrec2.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_tpcpatrec2:
4 {
5  module_type: tpcpatrec2
6  VecHitLabel: "vechit" # module making vector hits and associations with hits
7 
8  VecHitMatchCos: 0.9 # for matching pairs of neighboring vector hits
9  VecHitMatchPos: 60.0 # for matching pairs of neighboring vector hits -- 3D distance in cm
10  VecHitMatchPEX: 6.0 # for matching pairs of neighboring vector hits -- miss distance in cm
11  VecHitMatchEta: 1.2 # for for matching pairs of neighboring vector hits -- cross of distance and avg of directions (cm)
12  VecHitMatchLambda: 0.1 # for for matching pairs of neighboring vector hits -- delta Lambda cut (rad)
13  SortAlg: 2 # 1: old sort alg, 2: greedy distance sorting
14  SortTransWeight: 0.1 # for use in hit sorting algorithm #1 -- transverse distance weight factor
15  SortDistBack: 2.0 # for use in hit sorting algorithm #1 -- how far to go back before raising the distance figure of merit
16  SortDistCut: 20.0 # distance cut for sort algorithm #2
17 
18  CloseEtaUnmatch: 20.0 # Look for another VH within this distance and drop the matching condition of eta mismatches (helps conversions)
19 
20  ConvAngleCut: 1.0 # angle to cut when breaking VH clusters into tracks when searching for conversions
21 
22  MinNumTPCClusters: 15 # minimum number of hits on a track
23  InitialTPNTPCClusters: 100 # number of hits to use for initial trackpar estimate, if present
24  PrintLevel: 0 # Debug printout: 0: none, 1: track parameters and residuals, 2: everything
25 }
26 
27 END_PROLOG