vertexfitter.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 vertexfitter: {
3  module_type: VertexFitter
4  inputs: {
5  inputPFParticleLabel: "pandoraNu"
6  inputTracksLabel: "pandoraNuKalmanTrack"
7  }
8  geom3dvtxfit: {
9  debugLevel: 0
10  sipCut: 3.0
11  }
12  propagator: {
13  minStep: 1.0
14  maxElossFrac: 0.1
15  maxNit: 10
16  tcut: 10.
17  wrongDirDistTolerance: 0.01
18  propPinvErr: false
19  }
20 }
21 END_PROLOG