### This script simulates the particle generation and charge deposition within the detector and saves the results to a ROOT file ### [AllPix] number_of_events = 1 detectors_file = "detector_geometry.conf" log_level = "Warning" model_paths = ./ [GeometryBuilderGeant4] world_material = "vacuum" [DepositionGeant4] physics_list = FTFP_BERT_LIV particle_type = e- source_position = 0um 0um -6mm source_energy = 20keV number_of_particles = 10000 source_type = "beam" beam_size = 2.5mm beam_direction = 0 0 1 max_step_length = 2.0um [ElectricFieldReader] model = "linear" bias_voltage = -100V depletion_voltage = -30V output_plots = 1 [ProjectionPropagation] temperature = 298K output_plots = 1 [SimpleTransfer] output_plots = 1 [ROOTObjectWriter] file_name = "charge_depo.root"