CMS Pixel Detector
Miscellaneous
|
Phase 1
Phase 2
|
Layer 1 Replacement
Layers 2-4
|
Layers 2-4 Elog |
Not logged in |
|
|
Message ID: 3
Entry time: Mon Sep 7 11:37:37 2020
|
Author: |
Dinko Ferencek |
Category: |
Software |
Subject: |
MoReWeb setup for L2-L3 modules |
|
|
A new branch called 'L2L3spares' was created in the MoReWeb 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 MoReWeb with the L2L3 setup are the following
cd /home/l_tester/L1_SW/MoReWeb/Analyse
git checkout L2L3spares (to switch to the 'L2L3spares' branch if not already on it)
python Controller.py -new
For going back to the L1 setup, one needs to run from inside a MoReWeb folder
git checkout L1replacement |