-
Notifications
You must be signed in to change notification settings - Fork 7
/
ConfigFile_Fe55_best_parameters.txt
56 lines (48 loc) · 3.35 KB
/
ConfigFile_Fe55_best_parameters.txt
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
## This config file contains the best parameters found by comparing simulated images with real Fe55 images at differnt z positions.
## The comparison was done on the following runs: 5867-5911 (LNF overground)
## For more details, look at Pietro's presentation:
## https://agenda.infn.it/event/31596/contributions/172631/attachments/91979/125115/Fe55%20Data_MC%20Comparison-30-05-2022.pdf
{
##from https://arxiv.org/pdf/2007.00608.pdf
'diff_const_sigma0T' : 0.1225, # diffusion constant [mm]^2
'diff_coeff_T' : 0.013225, # diffusion parameter [mm/sqrt(cm)]^2 for 1 kV
'diff_const_sigma0L' : 0.0676, # diffusion constant [mm]^2
'diff_coeff_L' : 0.00978, # diffusion parameter [mm/sqrt(cm)]^2 for 1 kV
'x_dim' : 346, # first dimension of the detector
'y_dim' : 346, # second dimension of the detector
'x_pix' : 2304, # number of pixels in the first dimension
'y_pix' : 2304, # number of pixels in the second dimension
#FIXME
'x_offset' : -255., # geant4 x offset (x in geant4 is z in digitization)
'y_offset' : 0., # geant4 y offset
'z_offset' : 0., # geant4 z offset (z in geant4 is x in digitization)
'z_gem' : +250., # GEM z coordinate [mm] (it means an electron generated in z=0 will drift for 250 mm)
'tag' : 'Data', # Set 'Data' to download a real pedestal run
'noiserun' : 5861, # pedestal run to add as background
'bckg_path' : '/tmp/', # set path to pedestal run, or leave it black if you want to download it
'ion_pot' : 0.0462, # ionization potential for He/CF4 60/40 [keV]
'GEM1_HV' : 440., # HV of GEM1
'GEM2_HV' : 440., # HV of GEM2
'GEM3_HV' : 440., # HV of GEM3
# saturation parameters
'saturation' : True, # if 'True' saturation effect is applied on GEM3
'x_vox_dim' : 346./2304, # x voxel size in [mm]
'y_vox_dim' : 346./2304, # y voxel size in [mm]
'z_vox_dim' : 0.1, # z voxel size in [mm]
'A' : 1.52, # free parameter (total scale factor MC/data)
'beta' : 1.0e-5, # saturation parameter
# optical parameters
'photons_per_el' : 0.07, # number of photons per electron produced in the avalanche
'counts_per_photon' : 2., # sensor conversion factor counts/photons
'sensor_size' : 14.976, # sensor dimension [mm] ORCA Fusion
'camera_aperture' : 0.95,
'bckg' : False, # if 'True' background is added
'NR' : False, # 'True' for NR digitization, 'False' for ER
'events' : 1, # number of events to be processed, -1 = all
'donotremove' : True, # Remove or not the file from the tmp folder
'fixed_seed' : False, # If 'True' the seed of random distributions is set to 0 (for debugging purposes)
'randZ_range' : 0., # Track z coordinate range [mm]. Tracks will be generated uniformly between 'z_hit+randZ_range/2' and 'z_hit-randZ_range/2'
'absorption_l' : 1400., # absorption lenght in [mm]
'Vignetting' : False, #Add vignetting effect according to the MAP
'Vig_Map' : "vignette_run04117.root",
}