Useful Notes and Links

Reynier Cruz-Torres, PhD

O2 Notes

I am working on this in my WORK/ALICE/O2/ directory in my computer.

Simulations for ITS studies:

First do:

alienv enter O2sim/latest-o2

Running the simulation (generating particles and propagating them through Geant)

o2-sim -n 10000 -m PIPE ITS -g pythia8pp -e TGeant4 -j 2

Then we should run the digitization:

o2-sim-digitizer-workflow

Finally run the reconstruction:

o2-its-reco-workflow  --trackerCA --tracking-mode sync --configKeyValues "fastMultConfig.cutMultClusLow=-1;fastMultConfig.cutMultClusHigh=-1;fastMultConfig.cutMultVtxHigh=-1;ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;;"
O2/Detectors/ITSMFT/ITS/macros/test/CheckTracksCA.C
O2/Detectors/ITSMFT/ITS/macros/test/CheckVertices.C

Meeting with Matteo Concas on April 3, 2023:

Steps to install O2:

  1. Install aliBuild and prerequisites described in analysis tutorial page: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-macos.html

  2. Get both O2DPG and O2 in development mode:

git clone https://github.com/AliceO2Group/AliceO2.git O2
git clone https://github.com/AliceO2Group/O2DPG.git O2DPG
  1. Initialize the environment:
aliBuild init
  1. Build:
aliBuild build O2sim --defaults o2 -d