All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
trackfindermodules_sbnd.fcl
Go to the documentation of this file.
1 #include "trackfindermodules.fcl"
3 
4 BEGIN_PROLOG
5 
6 sbnd_track: @local::standard_track3Dreco
7 
8 sbnd_cosmictracker: @local::standard_cosmictracker
9 sbnd_cosmictracker.TMatch: 2.5
10 sbnd_cosmictracker.SMatch: 1.0
11 sbnd_cosmictracker.Toler1: 60
12 sbnd_cosmictracker.Toler2: 40
13 
14 sbnd_kalman: @local::standard_track3Dkalman
15 
16 sbnd_spacepts: @local::standard_spacepts
17 
18 sbnd_spacepoint: @local::standard_spacepointana
19 sbnd_spacepoint.SpacePointAlgTime: @local::sbnd_spacepointalg
20 sbnd_spacepoint.SpacePointAlgTime.MaxDT: 50.
21 sbnd_spacepoint.SpacePointAlgSep: @local::sbnd_spacepointalg
22 sbnd_spacepoint.SpacePointAlgSep.MaxS: 10.
23 sbnd_spacepoint.SpacePointAlgDefault: @local::sbnd_spacepointalg
24 sbnd_spacepoint_finder: @local::standard_spacepointfinder
25 sbnd_spacepoint_finder.SpacePointAlg: @local::sbnd_spacepointalg
26 
27 sbnd_spacepointcheater: @local::standard_spacepointcheater
28 sbnd_spacepointcheater.SpacePointAlg: @local::sbnd_spacepointalg
29 
30 sbnd_track3Dkalmanhit: @local::standard_track3Dkalmanhit
31 sbnd_track3Dkalmanhit.KalmanFilterAlg: @local::sbnd_kalmanfilteralg
32 sbnd_track3Dkalmanhit.SeedFinderAlg.ExtendThresh: 0.
33 sbnd_track3Dkalmanhit.SpacePointAlg: @local::sbnd_spacepointalg
34 sbnd_track3Dkalmanhit.SpacePointAlg.MinViews: 2
35 
36 
37 sbnd_trackstitcher: @local::standard_trackstitcher
38 sbnd_trackstitcher.TrackModuleLabel: "trackkalsps"
39 sbnd_trackstitcher.SpptModuleLabel: "spacepointfinder"
40 sbnd_trackstitcher.StitchAlg: @local::sbnd_trackstitcheralg
41 
42 sbnd_pmalgtrackmaker: {
43  @table::standard_pmalgtrackmaker # use the standard configuration...
44  @table::sbnd_pmaalgs # ... but override all the algorithm configurations
45 } # sbnd_pmalgtrackmaker
46 
47 END_PROLOG
#define the