protoDUNE_reco_kalmanfit.fcl
Go to the documentation of this file.
1 #include "kalmanfilterfinaltrackfitter.fcl"
2 #include "protoDUNE_reco.fcl"
3 
4 # Example minimal configuration to run Kalman final fitter on 3D tracks.
5 # The configuration is provided for test purposes of the fitter module.
6 
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
14 
15 physics.reco: [ rns, caldata, gaushit, hitfd, linecluster, pmtrack, finalkalmanfit ]
16