Skip to content

Commit fe15ca6

Browse files
committed
ITS3: small readme changes
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent e0ccd4b commit fe15ca6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Detectors/Upgrades/ITS3/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export ALICEO2_CCDB_LOCALCACHE=${PWD}/ccdb
3535

3636
Simulate diamond
3737

38-
``` bash
38+
```bash
3939
# append to o2-sim
4040
--configKeyValues="Diamond.width[2]=6.;""
4141
```
@@ -86,7 +86,7 @@ TODO
8686
8787
```bash
8888
# Create Full Geometry
89-
o2-sim -g pythia8pp -j10 --detectorList ALICE2.1 --run 303901 -n0
89+
o2-sim --detectorList ALICE2.1 --run 303901 -n0
9090
cp o2sim_geometry.root ${ALICEO2_CCDB_LOCALCACHE}/GLO/Config/Geometry/snapshot.root
9191
o2-create-aligned-geometry-workflow -b --configKeyValues "HBFUtils.startTime=1547978230000" --condition-remap="file://${ALICEO2_CCDB_LOCALCACHE}=GLO/Config/Geometry"
9292
cp o2sim_geometry-aligned.root ${ALICEO2_CCDB_LOCALCACHE}/GLO/Config/GeometryAligned/snapshot.root
@@ -158,7 +158,7 @@ The file `hijing.C` can be found [here](https://alice.its.cern.ch/jira/browse/AO
158158
2. (optional) Run the macro `CreateITS3StaticDeadMap.C` and/or visualize with `CheckTileNumbering.C`
159159
3. Move the ccdb object into `${ALICEO2_CCDB_LOCALCACHE}/IT3/Calib/DeadMap`, this is not optional since there is no default object uploaded
160160
4. Run digitizer with `ITS3Params.useDeadChannelMap=true;`, e.g.:
161-
``` bash
161+
```bash
162162
o2-sim-digitizer-workflow --configKeyValues="ITS3Params.useDeadChannelMap=true;"
163163
```
164164
@@ -168,6 +168,6 @@ o2-sim-digitizer-workflow --configKeyValues="ITS3Params.useDeadChannelMap=true;"
168168
1. Create misalignment parameters with `CreateMisalignmentITS3.C`
169169
2. Visualize with `ShowCoefficients.C`
170170
3. Run digitizer
171-
``` bash
171+
```bash
172172
o2-sim-digitizer-workflow -b --configKeyValues="ITS3Params.applyMisalignmentHits=true;ITS3Params.misalignmentHitsParams=misparams.root"
173173
```

0 commit comments

Comments
 (0)