@@ -64,30 +64,17 @@ o2-sim-run5 -n 10 -m A3IP TF3
6464
6565#### Specific detector setups
6666
67-
68-
6967Configurables for various sub-detectors are presented in the following Table:
7068
71- | Subsystem | Available options | Comments |
72- | ------------------ | ------------------------------------------------------- | ---------------------------------------------------------------- |
73- | ` TRKBase.layoutVD ` | ` kIRIS4 ` (default), ` kIRISFullCyl ` , ` kIRIS5 ` , ` kIRIS4a ` | [ link to definitions] ( ./TRK/base/include/TRKBase/TRKBaseParam.h ) |
74- | ` TRKBase.layoutML ` | ` kCylinder ` , ` kTurboStaves ` (default), ` kStaggered ` | |
75- | ` TRKBase.layoutOT ` | ` kCylinder ` , ` kTurboStaves ` , ` kStaggered ` (default) | |
76-
77- For example, a geometry with fully cylindrical tracker barrel (for all layers in VD, ML and OT) can be obtained by
78- ``` bash
79- o2-sim-serial-run5 -n 1 -g pythia8hi -m A3IP TRK FT3 TF3 \
80- --configKeyValues " TRKBase.layoutVD=kIRISFullCyl;TRKBase.layoutML=kCylinder;TRKBase.layoutOL=kCylinder"
81- ```
82-
69+ | Available options | Link to options |
70+ | ----------------- | -------------------------------------------------------------- |
71+ | TKR | [ Link to TRK options] ( ./TRK/README.md#specific-detector-setup ) |
8372
8473### Output of the simulation
8574The simulation will produce a ` o2sim_Hits<DetID>.root ` file with a tree with the hits related to that detector.
86- Currently, hits are produced for: ` TRK ` , ` FT3 ` , and ` TF3 ` .
87- More detectors will be included.
8875
8976## Reconstruction
9077WIP
9178
9279## Analysis
93- WIP
80+ WIP
0 commit comments