All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
kalmanfilterfittrackmakertool.fcl
Go to the documentation of this file.
1 #include "mcsfitproducer.fcl"
2 BEGIN_PROLOG
4  tool_type: KalmanFilterFitTrackMaker
5  options: {
6  defaultMomInGeV: 1.0
7  momFromMCSCollection: false
8  mcsInputTag: ""
9  momFromCombAndPid: false
10  contInputTag: ""
11  pidFromCollection: false
12  pidInputTag: ""
13  pidFromLengthCut: -1.
14  defaultPdgId: 13
15  dirFromVec: false
16  dirVec: [0,0,1]
17  alwaysInvertDir: false
18  keepInputTrajectoryPoints: false
19  }
20  fitter: {
21  useRMSError: true
22  sortHitsByPlane: true
23  sortHitsByWire: false
24  sortOutputHitsMinLength: true
25  skipNegProp: true
26  cleanZigzag: false
27  rejectHighMultHits: false
28  rejectHitsNegativeGOF: true
29  hitErr2ScaleFact: 1.0
30  tryNoSkipWhenFails: true
31  tryBothDirs: false
32  pickBestHitOnWire: false
33  maxResidue: -1.
34  maxResidueFirstHit: -1.
35  maxChi2: -1.
36  maxDist: -1.
37  negDistTolerance: 0.
38  dumpLevel: 0
39  }
40  propagator: {
41  minStep: 1.0
42  maxElossFrac: 0.1
43  maxNit: 10
44  tcut: 10.
45  wrongDirDistTolerance: 0.01
46  propPinvErr: false
47  }
48  mcsfit: @local::mcsfitproducer.fitter
49 }
50 END_PROLOG
bool sortHitsByWire(art::Ptr< recob::Hit > a, art::Ptr< recob::Hit > b)
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
BEGIN_PROLOG kalmanfilterfittrackmakertool
BEGIN_PROLOG mcsfitproducer