File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export ALICEO2_CCDB_LOCALCACHE=${PWD}/ccdb
3535
3636Simulate diamond
3737
38- ``` bash
38+ ``` bash
3939# append to o2-sim
4040--configKeyValues=" Diamond.width[2]=6.;" "
4141` ` `
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
9090cp o2sim_geometry.root ${ALICEO2_CCDB_LOCALCACHE} /GLO/Config/Geometry/snapshot.root
9191o2-create-aligned-geometry-workflow -b --configKeyValues " HBFUtils.startTime=1547978230000" --condition-remap=" file://${ALICEO2_CCDB_LOCALCACHE} =GLO/Config/Geometry"
9292cp 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
1581582. (optional) Run the macro ` CreateITS3StaticDeadMap.C` and/or visualize with ` CheckTileNumbering.C`
1591593. Move the ccdb object into ` ${ALICEO2_CCDB_LOCALCACHE} /IT3/Calib/DeadMap` , this is not optional since there is no default object uploaded
1601604. Run digitizer with ` ITS3Params.useDeadChannelMap=true; ` , e.g.:
161- ` ` ` bash
161+ ` ` ` bash
162162o2-sim-digitizer-workflow --configKeyValues=" ITS3Params.useDeadChannelMap=true;"
163163` ` `
164164
@@ -168,6 +168,6 @@ o2-sim-digitizer-workflow --configKeyValues="ITS3Params.useDeadChannelMap=true;"
1681681. Create misalignment parameters with ` CreateMisalignmentITS3.C`
1691692. Visualize with ` ShowCoefficients.C`
1701703. Run digitizer
171- ` ` ` bash
171+ ` ` ` bash
172172o2-sim-digitizer-workflow -b --configKeyValues=" ITS3Params.applyMisalignmentHits=true;ITS3Params.misalignmentHitsParams=misparams.root"
173173` ` `
You can’t perform that action at this time.
0 commit comments