kalmanfilterfinaltrackfitter.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 kalmantrackfit: {
3  module_type: KalmanFilterFinalTrackFitter
4  inputs: {
5  inputPFParticleLabel: @nil
6  inputTracksLabel: @nil
7  inputShowersLabel: @nil
8  inputCaloLabel: @nil
9  inputMCLabel: mcreco
10  inputPidLabel: @nil
11  }
12  options: {
13  trackFromPF: false
14  showerFromPF: false
15  momFromMSChi2: false
16  momFromCalo: false
17  momFromLength: false
18  momFromMC: false
19  momentumInGeV: 1.0
20  idFromPF: false
21  idFromCollection: false
22  pdgId: 13
23  dirFromMC: false
24  dirFromVec: false
25  dirVec: [0,0,1]
26  dirFromVtxPF: false
27  alwaysInvertDir: false
28  produceTrackFitHitInfo: true
29  produceSpacePoints: true
30  keepInputTrajectoryPoints: false
31  }
32  fitter: {
33  useRMSError: true
34  sortHitsByPlane: true
35  sortHitsByWire: false
36  sortOutputHitsMinLength: true
37  skipNegProp: true
38  cleanZigzag: false
39  rejectHighMultHits: true
40  rejectHitsNegativeGOF: true
41  hitErr2ScaleFact: 1.0
42  tryNoSkipWhenFails: true
43  maxResidue: -1.
44  maxChi2: -1.
45  maxDist: -1.
46  dumpLevel: 0
47  }
48  propagator: {
49  minStep: 1.0
50  maxElossFrac: 0.1
51  maxNit: 10
52  tcut: 10.
53  wrongDirDistTolerance: 0.01
54  propPinvErr: false
55  }
56 }
57 END_PROLOG