Commit 0a84b01a authored by Simon Spannagel's avatar Simon Spannagel
Browse files

DetectorAssembly: document class members, ajduts models to feature geometry tag

parent f5fdfad3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
# Type of the detector model
# A "hybrid" consists of sensor plus bump-bonded readout chip
type = "hybrid"
geometry = "pixel"

# Size of the active pixel matrix (columns and rows)
number_of_pixels = 5 5
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
# Type of the detector model
# A "hybrid" consists of sensor plus bump-bonded readout chip
type = "hybrid"
geometry = "pixel"

# Size of the active pixel matrix (columns and rows)
number_of_pixels = 5 5
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
# Reference https://doi.org/10.1016/j.nima.2016.05.016
# Several dimensions taken from reference, some other are estimates for a realistic assembly
type = "monolithic"
geometry = "pixel"

number_of_pixels = 1024 512
pixel_size = 29.24um 26.88um
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@

# Reference https://cds.cern.ch/record/1507691/files/LCD-2012-018.pdf
type = "hybrid"
geometry = "pixel"

number_of_pixels = 64 64
pixel_size = 25um 25um
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@

# Reference http://iopscience.iop.org/article/10.1088/1748-0221/12/06/C06006/pdf
type = "hybrid"
geometry = "pixel"

number_of_pixels = 128 128
pixel_size = 25um 25um
Loading