All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
trackfindermodules_icarus.fcl
Go to the documentation of this file.
1 #include "trackfindermodules.fcl"
5 
6 BEGIN_PROLOG
7 
8 # Projection matching algorithm
9 icarus_pmalgtrackmaker: @local::standard_pmalgtrackmaker
10 icarus_pmalgtrackmaker.HitModuleLabel: "trajcluster"
11 icarus_pmalgtrackmaker.ClusterModuleLabel: "trajcluster"
12 icarus_pmalgtrackmaker.WireModuleLabel: "recowire"
13 icarus_pmalgtrackmaker.PMAlgTracking.FlipToBeam: true
14 icarus_pmalgtrackmaker.PMAlgTracking.AutoFlip_dQdx: false
15 icarus_pmalgtrackmaker.PMAlgTracking.RunVertexing: true
16 
17 # Projection matching algorithm trajectory fitter
18 icarus_pmalgtrajfitter: @local::standard_pmalgtrajfitter
19 icarus_pmalgtrajfitter.HitModuleLabel: "gaushit"
20 icarus_pmalgtrajfitter.PfpModuleLabel: "pandora"
21 icarus_pmalgtrajfitter.PMAlgFitting.RunVertexing: false
22 icarus_pmalgtrajfitter.PMAlgFitting.TrackingSkipPdg: [11]
23 
24 # kalman track fits
25 icarus_pmalgkalmantrack: @local::kalmantrackfit
26 icarus_pmalgkalmantrack.inputs.inputPFParticleLabel: "pmAlgTracker"
27 icarus_pmalgkalmantrack.inputs.inputTracksLabel: ""
28 icarus_pmalgkalmantrack.inputs.inputShowersLabel: ""
29 icarus_pmalgkalmantrack.inputs.inputCaloLabel: ""
30 icarus_pmalgkalmantrack.inputs.inputPidLabel: ""
31 icarus_pmalgkalmantrack.options.trackFromPF: true
32 
33 # kalman track fits for pandora
34 # Deprecating this version in favor of below from Bruce/Giuseppe
35 #icarus_pandora_kalmantrack: @local::kalmantrackfit
36 #icarus_pandora_kalmantrack.inputs.inputPFParticleLabel: "pandoraTrack"
37 #icarus_pandora_kalmantrack.inputs.inputTracksLabel: ""
38 #icarus_pandora_kalmantrack.inputs.inputShowersLabel: ""
39 #icarus_pandora_kalmantrack.inputs.inputCaloLabel: ""
40 #icarus_pandora_kalmantrack.inputs.inputPidLabel: ""
41 #icarus_pandora_kalmantrack.options.trackFromPF: true
42 
43 # kalman track with G. Cerati's updated configuration
44 icarus_pandora_kalmantrack: @local::trackproducerfrompfparticle
45 icarus_pandora_kalmantrack.inputCollection: "pandoraGaus"
46 icarus_pandora_kalmantrack.trackInputTag: "pandoraTrackGaus"
47 #icarus_pandora_kalmantrack.trackmaker.options.momFromCombAndPid: true
48 #icarus_pandora_kalmantrack.trackmaker.options.contInputTag: "pandoraContTag" # doesn't exist for ICARUS, comment out these lines
49 #icarus_pandora_kalmantrack.trackmaker.options.pidFromLengthCut: 35.0
50 icarus_pandora_kalmantrack.trackFromPF: true
51 icarus_pandora_kalmantrack.showerFromPF: false
52 
53 END_PROLOG
BEGIN_PROLOG kalmantrackfit