tpcpatreccheat.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_tpcpatreccheat:
4 {
5  module_type: tpcpatreccheat
6  HitLabel: "hit" # module providing hits
7  TPCClusterLabel: "tpcclusterpass1" # module providing tpc clusters
8 
9  MinNumTPCClusters: 10 # minimum number of hits on a track
10  InitialTPNTPCClusters: 100 # number of hits to use for initial trackpar estimate, if present
11  TPCClusterRCut: 280 # in cm -- only take TPC clusters within this R (in YZ coords) of the center
12  TPCClusterGapCut: 5 # in cm -- skip TPC clusters within this distance of a gap
13  PrintLevel: 0 # Debug printout: 0: none, 1: track parameters and residuals, 2: everything
14  SortTransWeight: 0.1 # for use in the hit sorting algorithm -- transverse distance weight factor
15  SortDistBack: 2.0 # for use in the hit sorting algorithm -- how far to go back before raising the distance figure of merit
16 }
17 
18 END_PROLOG
19