All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
kalmanfilterfinaltrackfitter.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
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
bool sortHitsByWire(art::Ptr< recob::Hit > a, art::Ptr< recob::Hit > b)
process_name mcreco
BEGIN_PROLOG triggeremu_data_config_icarus settings PMTADCthresholds sequence::icarus_stage0_multiTPC_TPC physics sequence::icarus_stage0_EastHits_TPC physics sequence::icarus_stage0_WestHits_TPC physics producers purityana0 module_type
then echo echo For and will not be changed by echo further linking echo echo B echo The symbol is in the uninitialized data multiple common symbols may appear with the echo same name If the symbol is defined the common echo symbols are treated as undefined references For more echo details on common see the discussion of warn common echo in *Note Linker options
Producer for fitting Trajectories and TrackTrajectories using TrackKalmanFitter.
BEGIN_PROLOG kalmantrackfit