vertexfinder1.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_vertexfinder1:
4 {
5  module_type: vertexfinder1
6  TrackLabel: "trackpass1"
7  ChisquaredPerDOFCut: 10.0 # chisquared per degree of freedom requirement
8  PrintLevel: 0 # 0: quiet, 1: more print, 2: print everything
9  RCut: 20.0 # in cm -- track endpoints must be this close before assigning them to a common vertex
10  DCut: 3.0 # in cm -- doca of track to best-fit vertex
11  NTPCClusCut: 40 # cut on number of TPC Clusters for a track to contribute to finding a vertex at this stage
12 }
13 
14 END_PROLOG