1 #include "kalmanfilterfinaltrackfitter.fcl"
2 #include "protoDUNE_reco.fcl"
4 # Example minimal configuration to run Kalman final fitter on 3D tracks.
5 # The configuration is provided for test purposes of the fitter module.
7 physics.producers.finalkalmanfit: @local::kalmantrackfit
8 physics.producers.finalkalmanfit.inputs.inputPFParticleLabel: ""
9 physics.producers.finalkalmanfit.inputs.inputTracksLabel: pmtrack
10 physics.producers.finalkalmanfit.inputs.inputCaloLabel: ""
11 physics.producers.finalkalmanfit.inputs.inputPidLabel: ""
12 physics.producers.finalkalmanfit.options.pdgId: 211 # PDG code for the beam particle
13 physics.producers.finalkalmanfit.options.momentumInGeV: 1.0 # beam particle momentum
15 physics.reco: [ rns, caldata, gaushit, hitfd, linecluster, pmtrack, finalkalmanfit ]