CMS Pixel Detector
Miscellaneous
|
Phase 1
Phase 2
|
Layer 1 Replacement
Layers 2-4
|
Layer 1 Replacement Elog |
Not logged in |
|
|
Sat Sep 12 23:45:56 2020, Dinko Ferencek, POS, POS configuration files created
|
Fri Nov 6 07:28:42 2020, danek kotlinski, POS, POS configuration files created
|
Tue Nov 10 00:50:47 2020, Dinko Ferencek, POS, POS configuration files created
|
Tue Jan 19 15:12:12 2021, Dinko Ferencek, POS, POS configuration files created
|
Mon Jan 25 13:03:22 2021, Dinko Ferencek, POS, POS configuration files created
|
|
Message ID: 302
Entry time: Sat Sep 12 23:45:56 2020
Reply to this: 305
308
|
Author: |
Dinko Ferencek |
Category: |
POS |
Subject: |
POS configuration files created |
|
|
pXar parameter files were converted to POS configuration files by executing the following commands on the lab PC at PSI
Step 1 (needs to be done only once, should be repeated only if there are changes in modules and/or their locations)
cd /home/l_tester/L1_SW/MoReWeb/scripts/
python queryModuleLocation.py -o module_locations.txt -f
Next, check that /home/l_tester/L1_DATA/POS_files/Folder_links/ is empty. If not, delete any folder links contained in it and run the following command
python prepareDataForPOS.py -i module_locations.txt -p /home/l_tester/L1_DATA/ -m /home/l_tester/L1_DATA/WebOutput/MoReWeb/FinalResults/REV001/R001/ -l /home/l_tester/L1_DATA/POS_files/Folder_links/
Step 2
cd /home/l_tester/L1_SW/pxar2POS/
for i in `cat /home/l_tester/L1_SW/MoReWeb/scripts/module_locations.txt | awk '{print $1}'`; do ./pxar2POS.py -m $i -T 50 -o /home/l_tester/L1_DATA/POS_files/Configuration_files/ -s /home/l_tester/L1_DATA/POS_files/Folder_links/ -p /home/l_tester/L1_SW/MoReWeb/scripts/module_locations.txt; done
The POS configuration files are located in /home/l_tester/L1_DATA/POS_files/Configuration_files/ |