![]() |
|
|||
File indexing completed on 2024-04-06 12:01:47
0001 #!/bin/bash 0002 # Save current working dir so img can be outputted there later 0003 W_DIR=$(pwd); 0004 # Set SCRAM architecture var 0005 SCRAM_ARCH=slc7_amd64_gcc900; 0006 export SCRAM_ARCH; 0007 source /afs/cern.ch/cms/cmsset_default.sh; 0008 eval `scram run -sh`; 0009 # Go back to original working directory 0010 cd $W_DIR; 0011 # Run get payload data script 0012 0013 #################### 0014 # Test SiPixelQuality 0015 #################### 0016 # getPayloadData.py \ 0017 # --plugin pluginSiPixelQuality_PayloadInspector \ 0018 # --plot plot_SiPixelQualityTest \ 0019 # --tag SiPixelQuality_byPCL_prompt_v2 \ 0020 # --time_type Run \ 0021 # --iovs '{"start_iov": "1395142816694363", "end_iov": "1395142816694363"}' \ 0022 # --db Prod \ 0023 # --test; 0024 0025 # getPayloadData.py \ 0026 # --plugin pluginSiPixelQuality_PayloadInspector \ 0027 # --plot plot_SiPixelQualityBadRocsTimeHistory \ 0028 # --tag SiPixelQuality_byPCL_prompt_v2 \ 0029 # --time_type Lumi \ 0030 # --iovs '{"start_iov": "1390615921164381", "end_iov": "1395142816694363"}' \ 0031 # --db Prod \ 0032 # --test; 0033 0034 # --tag SiPixelQuality_byPCL_stuckTBM_v1 \ 0035 # --tag SiPixelQuality_byPCL_other_v1 \ 0036 # --tag SiPixelQuality_byPCL_prompt_v2 \ 0037 0038 ### to produce detailed list of bad ROCs for a whole year 0039 0040 getPayloadData.py \ 0041 --plugin pluginSiPixelQuality_PayloadInspector \ 0042 --plot plot_SiPixelQualityBadRocsSummary \ 0043 --tag SiPixelQuality_byPCL_stuckTBM_v1 \ 0044 --time_type Lumi \ 0045 --iovs '{"start_iov": "1355878225674241", "end_iov": "1395228716040193"}' \ 0046 --db Prod \ 0047 --test; 0048
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |