Hello experts,
I want to know if there is documentation on exactly what the root file outputs correspond to what recorded quantities from the DetectorHistogrammer Module. I am looking for cluster size and was not sure where I can find that.
Thanks!
[AllPix]
log_level = "WARNING"
log_format = "LONG"
number_of_events = 1000000
detectors_file = "detector.conf"
model_paths = ./
multithreading = true
random_seed = 1234
[GeometryBuilderGeant4]
world_material = "vacuum"
[DepositionGeant4]
physics_list = FTFP_BERT_LIV
particle_type = "gamma"
source_energy = 122keV
source_position = 0 0 -20mm
source_type = "beam"
beam_direction = 0 0 1
number_of_particles = 1
[ElectricFieldReader]
model="linear"
bias_voltage=-500V
depletion_voltage=-100V
[GenericPropagation]
mobility_model = "constant"
mobility_electron = 1090cm*cm/V/s
mobility_hole = 110cm*cm/V/s
temperature = 293K
charge_per_step = 100
[SimpleTransfer]
max_depth_distance = 5um
output_plots = true
[DefaultDigitizer]
threshold = 600e
output_plots = true
# [VisualizationGeant4]
# mode = "gui"
# view_style = "wireframe"
# trajectories_color_mode = "generic"
# accumulate = 1
# accumulate_time_step = 2s
[DetectorHistogrammer]
name = "mydetector"
granularity = 100, 100
[ROOTObjectWriter]
include = PixelHit, MCParticle
file_name = "output_source_measurement_122keV.root"