TPCHitCluster.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_TPCHitCluster:
4 {
5  module_type: TPCHitCluster
6  HitLabel: "hit"
7  ClusterHits: 1 # hit clustering algorithm. 1=first algorithm version
8 # The clustering parameters are NOT optimized. For now, set to 2x the pad dimensions with
9 # additional allowance for trapezoidal projection of 10 degrees. Because these are +/- in the
10 # code, that is full-span four pads.
11 # Important: Changing these parameters with change tracking residuals and necessitate new inputs
12 # to the track fit (and maybe vertex fit) chi-squared computations.s
13  HitClusterDx: 1.00 # range in which to look for charge contributing to clusters in x, in cm
14  HitClusterDyDz: 1.20 # range in Y and Z to look for charge contributing to clusters for CROC, in cm
15  HitClusterDr_I: 1.50 # range in R to look for charge contributing to clusters for IROC, in cm
16  HitClusterDfi_I: 1.06 # range in R*dPhi to look for charge contributing to clusters for IROC, in cm
17  HitClusterDrIO: 2.00 # range in R to look for charge contributing to clusters for IOROC, in cm
18  HitClusterDfiIO: 1.55 # range in R*dPhi to look for charge contributing to clusters for IROC, in cm
19  HitClusterDrOO: 3.00 # range in R to look for charge contributing to clusters for OOROC, in cm
20  HitClusterDfiOO: 1.73 # range in R*dPhi to look for charge contributing to clusters for IROC, in cm
21  PrintLevel: 0 # 0: no printing, 1: some, 2: everything
22 }
23 
24 END_PROLOG