|
43 | 43 |
|
44 | 44 | [name="CalibrateCalorimeters" type="snemo::processing::mock_calorimeter_s2c_module"]
|
45 | 45 | #@config A mock calorimeter calibration module
|
46 |
| - Geo_label : string = "geometry" |
47 |
| - random.seed : integer = 12345 |
48 |
| - store_mc_hit_id : boolean = true |
49 |
| - hit_categories : string[3] = "calo" "xcalo" "gveto" |
50 | 46 |
|
51 |
| - calorimeter_regime_database_path : string as path = "@falaise:snemo/demonstrator/reconstruction/db/calorimeter_regime_database_v0.db" |
| 47 | + SD_label : string = "SD" # Input data bank (optional) |
| 48 | + CD_label : string = "CD" # Output data bank (optional) |
| 49 | + random.seed : integer = 12345 # Random seed for energy/time resolution smearing |
| 50 | + store_mc_hit_id : boolean = true # Store a reference ID for MC truth hits |
| 51 | + # Hit categories to be considered |
| 52 | + hit_categories : string[3] = "calo" "xcalo" "gveto" |
52 | 53 |
|
| 54 | + # Various paths to some data table used by per-OM based calibration procedures |
| 55 | + calorimeter_regime_database_path : string as path = "@falaise:snemo/demonstrator/reconstruction/db/calorimeter_regime_database_v0.db" |
53 | 56 | pol3d_parameters_mwall_8inch_path : string as path = "@falaise:snemo/demonstrator/reconstruction/db/fit_parameters_10D_MW_8inch.db"
|
54 | 57 | pol3d_parameters_mwall_5inch_path : string as path = "@falaise:snemo/demonstrator/reconstruction/db/fit_parameters_10D_MW_5inch.db"
|
55 |
| - pol3d_parameters_xwall_path : string as path = "@falaise:snemo/demonstrator/reconstruction/db/fit_parameters_10D_XW.db" |
56 |
| - pol3d_parameters_gveto_path : string as path = "@falaise:snemo/demonstrator/reconstruction/db/fit_parameters_10D_GV.db" |
| 58 | + pol3d_parameters_xwall_path : string as path = "@falaise:snemo/demonstrator/reconstruction/db/fit_parameters_10D_XW.db" |
| 59 | + pol3d_parameters_gveto_path : string as path = "@falaise:snemo/demonstrator/reconstruction/db/fit_parameters_10D_GV.db" |
| 60 | + |
| 61 | + # Save OM's calibrated energy with some correction(s): |
| 62 | + energy_corrections : string = "" # No correction (default) |
| 63 | + # energy_corrections : string = "u" # Only non-uniformity (surface) energy correction |
| 64 | + # energy_corrections : string = "bc" # Only Birk-Cerenkov (bulk) energy correction |
| 65 | + # energy_corrections : string = "bcu" # Birk-Cerenkov (bulk) + non-uniformity (surface) energy corrections |
57 | 66 |
|
58 | 67 |
|
59 | 68 | [name="CATTrackerClusterizer" type="snemo::reconstruction::cat_tracker_clustering_module"]
|
|
0 commit comments