Skip to content
Snippets Groups Projects
README.md 2.58 KiB
Newer Older
FU Chengdong's avatar
FU Chengdong committed
# CRD detector models - Overview

The following CRD detector models are available in CEPCSW

| Model         |  Description                 | MainTracker |  Ecal   | Hcal | Status         |
| ------------- | -----------------------------|------------ |---------|------|----------------|
FU Chengdong's avatar
FU Chengdong committed
| CRD_o1_v01    | coil inside simulation model | SIT+DC+SET  | crystal | RPC  | developing     |
| CRD_o1_v02    | strip SET                    | SIT+DC+SET  | crystal | RPC  | developing     |
| CRD_o1_v03    | MOST2 vertex                 | SIT+DC+SET  | crystal | RPC  | developing     |
| CRD_o1_v04    | smaller center beam pipe     | SIT+DC+SET  | crystal | RPC  | developing     |
FU Chengdong's avatar
FU Chengdong committed
| ------------- | -----------------------------|-------------|---------|------|----------------|
FU Chengdong's avatar
FU Chengdong committed
 
FU Chengdong's avatar
FU Chengdong committed
## Details

### CRD_o1_v01 (to update)
FU Chengdong's avatar
FU Chengdong committed
 - coil inside CRD model
 - BeamPipe
         - with center pipe + crotch link to doubly-pipe
         - Detector/DetCRD/src/Other/CRDBeamPipe_v01_geo.cpp
 - Vertex
         - with silicon ladders (VXD + SIT12)
         - Detector/DetCEPCv4/src/tracker/VXD04_geo.cpp
         - Detector/DetCEPCv4/src/tracker/SIT_Simple_Planar_geo.cpp
 - MainTracker
FU Chengdong's avatar
FU Chengdong committed
         - with Dirft Chamber + pixel silicon layer between inner and outer chambers (SIT1234 + DC + SET)
         - DC_outer_radius = 1800*mm for maximum sensitive gas 
FU Chengdong's avatar
FU Chengdong committed
         - Detector/DetDriftChamber/src/driftchamber/DriftChamber.cpp
FU Chengdong's avatar
FU Chengdong committed
         - Detector/DetCEPCv4/src/tracker/SIT_Simple_Pixel_geo.cpp  
FU Chengdong's avatar
FU Chengdong committed
 - EndcapTracker
FU Chengdong's avatar
FU Chengdong committed
         - with silicon pestals (FTDPixel)
         - Detector/DetCRD/src/Tracker/SiTrackerSkewRing_v01_geo.cpp
FU Chengdong's avatar
FU Chengdong committed
 - Ecal
         - with crystal 
         - Detector/DetCRD/src/Calorimeter/CRDEcal.cpp
         - Endcap (TODO)
 - Hcal
         - with RPC readout
FU Chengdong's avatar
FU Chengdong committed
         - creates two sets of hit collections
         - Al layers using DD4hep_Solenoid_o1_v01
         - Barrel:  Detector/DetCRD/src/Calorimeter/RotatedPolyhedraBarrelCalorimeter_v01_geo.cpp
	 - Endcaps: DD4hep_PolyhedraEndcapCalorimeter2
FU Chengdong's avatar
FU Chengdong committed
 - compact files:
         - [./CRD_o1_v01/CRD_o1_v01.xml](./CRD_o1_v01/CRD_o1_v01.xml)

### CRD_o1_v02 (to update)
 - based on CRD_o1_v01
FU Chengdong's avatar
FU Chengdong committed
 - strip SET: double layers
 - compact files:
         - [./CRD_o1_v02/CRD_o1_v02.xml](./CRD_o1_v02/CRD_o1_v02.xml)

### CRD_o1_v03 (to update)
 - based on CRD_o1_v01
 - MOST2 vertex
 - compact files:
         - [./CRD_o1_v03/CRD_o1_v03.xml](./CRD_o1_v03/CRD_o1_v03.xml)

### CRD_o1_v04 (to update)
 - based on CRD_o1_v01
 - smaller center beam pipe & new MDI: inner radius = 10mm, flat at y direction
 - compact files:
         - [./CRD_o1_v04/CRD_o1_v04.xml](./CRD_o1_v04/CRD_o1_v04.xml)