CMS Pixel Detector
Miscellaneous
|
Phase 1
Phase 2
|
Layer 1 Replacement
Layers 2-4
|
Layers 2-4 Elog |
Not logged in |
|
|
Message ID: 2
Entry time: Thu Sep 3 18:35:37 2020
|
Author: |
Dinko Ferencek |
Category: |
Software |
Subject: |
elComandante setup for L2-L3 modules |
|
|
A new branch called 'L2L3spares' was created in the elComandante repository that contains configuration modifications needed for testing L2 and L3 spare modules. All changes between the 'L2L3spares' branch and the default 'L1replacement' branch can be seen here.
Commands to run elComandante with the L2L3 setup are the following
cd /home/l_tester/L1_SW/elComandante/elComandante
git checkout L2L3spares (to switch to the 'L2L3spares' branch if not already on it)
python el_comandante.py -I FullQualificationL2L3.ini
For going back to the L1 setup, one needs to run from inside the elComandante folder
git checkout L1replacement |