-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathshowerfindermodules_icarus.fcl
More file actions
82 lines (63 loc) · 4.54 KB
/
showerfindermodules_icarus.fcl
File metadata and controls
82 lines (63 loc) · 4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#include "pandorashowertools.fcl"
#include "pandorashowermodules.fcl"
#include "calorimetryICARUS.fcl"
BEGIN_PROLOG
ShowerTrackTrajectoryPointDirection: @local::showertracktrajpointdirection
ShowerSmartTrackTrajectoryPointDirection: @local::showertrackcolineartrajpointdirection
Shower2DLinearRegressionTrackHitFinder: @local::shower2Dlinearregressiontrackhitfinder
ShowerSlidingStandardCalodEdx: @local::showertrajpointdedx
ShowerSlidingStandardCalodEdx.CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_3dTraj: @local::standard_pandoraModularShowerCreation
icarus_pandorashower_incremental: @local::standard_pandoraModularShowerCreation
# The below configurations are set up in a way that is to be used with the Pandora BDTs, especially Vertex BDT
# "SBN Shower" - a shared set of tools with SBND.
icarus_pandorashower_3dTraj.ShowerFinderTools: [
@local::showerpfpvertexstartposition,
@local::showerpcadirection,
@local::showerlengthpercentile,
@local::showernumelectronsenergy,
@local::shower3dcylindertrackhitfinder,
@local::showerunidirectiondedx,
@local::showerpandoraslidingfittrackfinder,
@local::showertrajpointdedx
]
icarus_pandorashower_3dTraj.ShowerFinderTools[3].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_3dTraj.ShowerFinderTools[5].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_3dTraj.ShowerFinderTools[5].dEdxTrackLength: 5
icarus_pandorashower_3dTraj.ShowerFinderTools[7].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinAngleToWire: 0.26
icarus_pandorashower_3dTraj.ShowerFinderTools[7].ResultsOverrideMode: 1 # override results from showerunidirectiondedx plane-by-plane
icarus_pandorashower_3dTraj.ShowerFinderTools[7].dEdxTrackLength: 5
icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinDistCutOff: 2 # same as default, used only when CutStartPosition is true
icarus_pandorashower_3dTraj.ShowerFinderTools[7].CutStartPosition: true
# An "experimental" configuration. Uses the incremental track hit
# finder and values for some parameters from the study in SBN-doc-19390
# NOTE: specifically using version -without- the Bayes Truncating tool
icarus_pandorashower_incremental.ShowerFinderTools: [
@local::showerpfpvertexstartposition,
@local::showerpcadirection,
@local::showerlengthpercentile,
@local::showernumelectronsenergy,
@local::showerincrementaltrackhitfinder,
@local::showerunidirectiondedx,
@local::showerpandoraslidingfittrackfinder,
@local::showertrajpointdedx
]
icarus_pandorashower_incremental.ShowerFinderTools[1].ChargeWeighted: true
icarus_pandorashower_incremental.ShowerFinderTools[3].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_incremental.ShowerFinderTools[4].UseShowerDirection: false #is true in default but false in fcl used in doc-db 19390
icarus_pandorashower_incremental.ShowerFinderTools[4].MaxAverageResidual: 1.0
icarus_pandorashower_incremental.ShowerFinderTools[4].MaxResidualDiff: 0.3
icarus_pandorashower_incremental.ShowerFinderTools[4].NMissPoints: 13 #turning value from doc-db 13930 into an int
icarus_pandorashower_incremental.ShowerFinderTools[4].StartFitSize: 19 #turning value from doc-db 13930 into an int
icarus_pandorashower_incremental.ShowerFinderTools[4].TrackMaxAdjacentSPDistance: 3.444285839721778
icarus_pandorashower_incremental.ShowerFinderTools[5].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_incremental.ShowerFinderTools[5].dEdxTrackLength: 10.0
icarus_pandorashower_incremental.ShowerFinderTools[6].SlidingFitHalfWindow: 20 #turning value from doc-db 13930 into an int
icarus_pandorashower_incremental.ShowerFinderTools[7].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_incremental.ShowerFinderTools[7].MinAngleToWire: 0.26
icarus_pandorashower_incremental.ShowerFinderTools[7].CutStartPosition: true
icarus_pandorashower_incremental.ShowerFinderTools[7].MaxDist: 1.7900692460707126
icarus_pandorashower_incremental.ShowerFinderTools[7].MinDistCutOff: 0.9077279241610002
icarus_pandorashower_incremental.ShowerFinderTools[7].dEdxTrackLength: 5.014080147674054
END_PROLOG