pmastitchalg.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 # fcl file for default parameters for the pma stitching algorithm
4 standard_pmastitchalg:
5 {
6 
7  StitchingThreshold: 10.0 # This is the tolerance on allowing stitching to happen. Larger is more tolerant.
8  NodesFromEnd: 2 # Number of nodes from the end of the track used for extrapolations for stitching.
9  # This is important to avoid problems from end effects of tracks.
10  # Setting this equal to 2 means it skips two nodes at each end.
11 }
12 
13 END_PROLOG