Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Detectors/Upgrades/IT3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# IT3
Upgraded version of the ITS that includes upgraded truly-cylindrical inner barrel.

# Run the full simulation
Provided O2 has been compiled with upgrades enabled, it is possible to simulate ITS 3 geometry within the `o2-sim` executable.

## Simulation
IT3 module is enabled via the `-m IT3` parameter.
In case of `PIPE` to be enabled, the size of the beam pipe is automatically scaled to what is foreseen for the upgrades.

Typical command to generate MC data:
```bash
o2-sim -m PIPE IT3 [...]
```

## Reconstruction
Currently, the reconstruction is driven the `macro/run_trac_alice3.C`, which takes as input the hits generated by simulation. Hits can be smeared upon request (see `kUseSmearing`).
17 changes: 17 additions & 0 deletions Detectors/Upgrades/PostLS4/IT4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# IT4
At the moment the IT4 name is a placeholder for barrel detector.

# Run the full simulation
Provided O2 has been compiled with upgrades enabled, it is possible to simulate IT4 geometry within the `o2-sim` executable.

## Simulation
IT4 module is enabled via the `-m IT4` parameter.
In case of `PIPE` to be enabled, the size of the beam pipe is automatically scaled to what is foreseen for the upgrades.

Typical command to generate MC data:
```bash
o2-sim -m PIPE IT4 [...]
```

## Reconstruction
Currently, the reconstruction is driven the `macro/run_trac_alice3.C`, which takes as input the hits generated by simulation. Hits can be smeared upon request (see `kUseSmearing`).
19 changes: 19 additions & 0 deletions Detectors/Upgrades/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- doxy
\page refDetectorsITSMFT ITSMFT
/doxy -->

# Upgrades
This is a top page for detectors not included in Run 3 layout.

# Installation

To enable the compilation of this section it is required to prepend the `ENABLE_UPGRADES=ON` to the installation command, for instance:

```bash
ENABLE_UPGRADES=ON aliBuild build O2 --defaults o2
```

<!-- doxy
* \subpage refIT3
* \subpage refPostLS4
/doxy -->