Adding Preshower detector (PSR) for ALICE3 simulation#6727
Adding Preshower detector (PSR) for ALICE3 simulation#6727an15ms157 wants to merge 21 commits intoAliceO2Group:devAliceO2Group/AliceO2:devfrom
Conversation
|
Thanks. Please consider to apply this patch: patch.txt Cheers |
mconcas
left a comment
There was a problem hiding this comment.
Hi, inline you find some comments. Overall seems ok.
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/DetID_BACKUP_450708.h
Outdated
Show resolved
Hide resolved
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/DetID_BASE_450708.h
Outdated
Show resolved
Hide resolved
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/DetID_LOCAL_450708.h
Outdated
Show resolved
Hide resolved
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/DetID_REMOTE_450708.h
Outdated
Show resolved
Hide resolved
…s/DetID.h Co-authored-by: Matteo Concas <mconcas@cern.ch>
Co-authored-by: Matteo Concas <mconcas@cern.ch>
Co-authored-by: Matteo Concas <mconcas@cern.ch>
Co-authored-by: Matteo Concas <mconcas@cern.ch>
|
@sawenzel : if it is ok with you we are ready to merge |
|
This PR did not have any update in the last 30 days. Is it still needed? Unless further action in will be closed in 5 days. |
|
Any reason why this is not yet merged? |
As it changes the |
This PR creates a simple 8 layered preshower detector named PSR. This is a cylindrical detector of length 100 cm whose shower layers are made up of Pb (0.5 cm) and the detector layers are made up of Si (45 microns). PSR is based on the ITSMFT classes and the code is structurally similar to that of FT3. Each layer is made of a monolithic silicon disk with a thin sensitive layer for hit generation. Silicon chip thickness is tuned to match the layer x/X0 to allow a minimal evaluation of material budget effects.
One should get a file o2sim_HitsPSR.root by running
$ o2-sim -m PSR -e TGeant3 -g boxgen -n 10
Another PR of the same name exists here which might be deleted later: #6519