-
Notifications
You must be signed in to change notification settings - Fork 0
/
official-2.0.0_from_CAT.conf
103 lines (84 loc) · 4.32 KB
/
official-2.0.0_from_CAT.conf
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#@description SuperNEMO demonstrator official reconstruction pipeline (version 1.1.0)
#@key_label "name"
#@meta_label "type"
[name="flreconstruct.plugins" type="flreconstruct::section"]
#@config Module load section
# Falaise_CAT, TrackFit, Falaise_TrackFit and Falaise_ChargedParticleTracking
# need to be loaded.
plugins : string[6] = \
"Falaise_CAT" \
"TrackFit" \
"Falaise_TrackFit" \
"Falaise_ChargedParticleTracking" \
"GammaTracking" \
"Falaise_GammaClustering"
[name="pipeline" type="dpp::chain_module"]
#@config Must define "pipeline" as this is the module flreconstruct will use
# Define the main chain of modules in the pipeline:
# 1. Mock digitize and mock calibrate
# 2. CAT clusterization of tracker hits
# 3. TrackFit-ting tracker cluster hits
# 4. Reconstruct charged particle tracks
modules : string[4] = \
"CATTrackerClusterizer" \
"TrackFit" \
"ChargedParticleTracker" \
"GammaClusterizer"
[name="MockCalibration" type="dpp::chain_module"]
#@config A chain of processing modules that performs the mock calibration
modules : string[2] = "CalibrateTracker" "CalibrateCalorimeters"
[name="CalibrateTracker" type="snemo::processing::mock_tracker_s2c_module"]
#@config A mock tracker calibration module
random.seed : integer = 12345
store_mc_hit_id : boolean = 1
delayed_drift_time_threshold : real as time = 13.0 microsecond
[name="CalibrateCalorimeters" type="snemo::processing::mock_calorimeter_s2c_module"]
#@config A mock calorimeter calibration module
Geo_label : string = "geometry"
random.seed : integer = 12345
store_mc_hit_id : boolean = 1
hit_categories : string[3] = "calo" "xcalo" "gveto"
calo.energy.resolution : real as fraction = 8 %
calo.alpha_quenching_parameters : real[3] = 77.4 0.639 2.34
calo.energy.low_threshold : real as energy = 50 keV
calo.energy.high_threshold : real as energy = 150 keV
calo.scintillator_relaxation_time : real as time = 6.0 ns
xcalo.energy.resolution : real as fraction = 12 %
xcalo.alpha_quenching_parameters : real[3] = 77.4 0.639 2.34
xcalo.energy.low_threshold : real as energy = 50 keV
xcalo.energy.high_threshold : real as energy = 150 keV
xcalo.scintillator_relaxation_time : real as time = 6.0 ns
gveto.energy.resolution : real as fraction = 15 %
gveto.alpha_quenching_parameters : real[3] = 77.4 0.639 2.34
gveto.energy.low_threshold : real as energy = 50 keV
gveto.energy.high_threshold : real as energy = 150 keV
gveto.scintillator_relaxation_time : real as time = 6.0 ns
[name="CATTrackerClusterizer" type="snemo::reconstruction::cat_tracker_clustering_module"]
#@config Parameters for the Cellular Automaton Tracking algorithm (CAT)
Geo_label : string = "geometry"
TPC.delayed_hit_cluster_time : real = 13 us
TPC.processing_prompt_hits : boolean = 1
TPC.processing_delayed_hits : boolean = 1
TPC.split_chamber : boolean = 0
#@variant_if geometry:layout/if_basic/magnetic_field/is_active|true
#@variant_only geometry:layout/if_basic/magnetic_field/is_active/type/is_uniform_vertical|true
CAT.magnetic_field : real = @variant(geometry:layout/if_basic/magnetic_field/is_active/type/is_uniform_vertical/magnitude|25 gauss)
#@variant_endif geometry:layout/if_basic/magnetic_field/is_active
#@variant_if geometry:layout/if_basic/magnetic_field/is_inactive|false
CAT.magnetic_field : real = 0 gauss
#@variant_endif geometry:layout/if_basic/magnetic_field/is_inactive
[name="TrackFit" type="snemo::reconstruction::trackfit_tracker_fitting_module"]
Geo_label : string = "geometry"
maximum_number_of_fits : integer = 0
drift_time_calibration_label : string = "snemo"
fitting_models : string[2] = "helix" "line"
line.only_guess : string[4] = "BB" "BT" "TB" "TT"
line.guess.fit_delayed_clusters : boolean = 1
helix.only_guess : string[8] = "BBB" "BBT" "BTB" "BTT" "TBB" "TBT" "TTB" "TTT"
[name="ChargedParticleTracker" type="snemo::reconstruction::charged_particle_tracking_module"]
#@config Parameters for the Charged Particle Tracking module
Geo_label : string = "geometry"
drivers : string[4] = "VED" "CCD" "CAD" "AFD"
AFD.minimal_delayed_time : real as time = 13 us
[name="GammaClusterizer" type="snemo::reconstruction::gamma_clustering_module"]
#@config Parameters for GammaClustering