SpacePointSolver.fcl
Go to the documentation of this file.
1 #include "spacepointsolverhitreadingtools.fcl"
2 
3 BEGIN_PROLOG
4 
5 standard_spacepointsolver:
6 {
7  module_type: "SpacePointSolver"
8 
9  HitLabel: "gaushit"
10 
11  Fit: true
12 
13  # How close the intersections of three wire pairs need to be to form a
14  # triplet (cm)
15  WireIntersectThreshold: 0.7
16  # How close intersections need to be in the drift direction
17  WireIntersectThresholdDriftDir: 0.4
18 
19  Alpha: .05 # Regularization strength
20 
21  # Form triplets out of two hits and one bad induction wire
22  AllowBadInductionHit: true
23  # Form triplets out of two induction hits and a bad collection wire
24  AllowBadCollectionHit: true
25 
26  MaxIterationsNoReg: 100
27  MaxIterationsReg: 100
28 
29  XHitOffset: 0
30 
31  # Experiment specific tool for reading hits
32  HitReaderTool: @local::standard_Hits
33 }
34 
35 END_PROLOG
36