Commit 2d606332 authored by Maximilian Caspar's avatar Maximilian Caspar
Browse files

Removed redundant parameters and modules from the conf file

parent 12f78ff1
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
@@ -2,21 +2,14 @@
model_paths = "./models"
detectors_file = "cosmic_flux_geometry.conf"
log_level = "STATUS"
multithreading = true
workers = 8
output_directory = "output"
root_file = "MCCosmics"
number_of_events = 60000


# Generate the geometry of the detector setup for GEant4:
[GeometryBuilderGeant4]
world_material = "vacuum"

# Define a magnetic field:
#[Ignore]
[MagneticFieldReader]
model="constant"
magnetic_field = 0T 0T 0T

# Define the cosmic ray source:
[DepositionCosmics]
@@ -36,6 +29,7 @@ altitude = 0m
latitude= 53
output_plots = true


[ElectricFieldReader]
model = "linear"
bias_voltage = -500V
@@ -49,10 +43,12 @@ temperature = 243K # -30 deg celsius due to CO2 cooling
charge_per_step = 100
output_plots = true


[SimpleTransfer]
output_plots = true
max_depth_distance = 15um


[DefaultDigitizer]
electronics_noise = 700e # TDR page 115
threshold = 1250e # 0.2 fC, see Figure 8.8 of the TSR
@@ -61,11 +57,12 @@ adc_smearing = 35e
adc_resolution = 1 # ATLAS strips have only binary hit info
output_plots = 1


[DetectorHistogrammer]
# Since pixels are huge, we need to choose a lower granularity
granularity = 40, 1205


[ROOTObjectWriter]
file_name = "cosmicsMC"
include = "MCParticle"
 No newline at end of file