File indexing completed on 2023-10-25 09:36:43
0001
0002
0003 W_DIR=$(pwd);
0004
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
0010 cd $W_DIR;
0011
0012 if [ -d $W_DIR/plots_Template ]; then
0013 rm -fr $W_DIR/plots_Template
0014 fi
0015
0016 mkdir $W_DIR/plots_Template
0017
0018 getPayloadData.py \
0019 --plugin pluginSiPixelTemplateDBObject_PayloadInspector \
0020 --plot plot_SiPixelTemplateDBObjectTest \
0021 --tag SiPixelTemplateDBObject38Tv3_express \
0022 --time_type Run \
0023 --iovs '{"start_iov": "326083", "end_iov": "326083"}' \
0024 --db Prod \
0025 --test ;
0026
0027 getPayloadData.py \
0028 --plugin pluginSiPixelTemplateDBObject_PayloadInspector \
0029 --plot plot_SiPixelTemplateIDsBPixMap \
0030 --tag SiPixelTemplateDBObject38Tv3_express \
0031 --time_type Run \
0032 --iovs '{"start_iov": "326083", "end_iov": "326083"}' \
0033 --db Prod \
0034 --test ;
0035
0036 mv *.png $W_DIR/plots_Template/IDsBPixMap.png
0037
0038 getPayloadData.py \
0039 --plugin pluginSiPixelTemplateDBObject_PayloadInspector \
0040 --plot plot_SiPixelTemplateIDsFPixMap \
0041 --tag SiPixelTemplateDBObject38Tv3_express \
0042 --time_type Run \
0043 --iovs '{"start_iov": "326083", "end_iov": "326083"}' \
0044 --db Prod \
0045 --test ;
0046
0047 mv *.png $W_DIR/plots_Template/IDsFPixMap.png
0048
0049 getPayloadData.py \
0050 --plugin pluginSiPixelTemplateDBObject_PayloadInspector \
0051 --plot plot_SiPixelTemplateLABPixMap \
0052 --tag SiPixelTemplateDBObject38Tv3_express \
0053 --time_type Run \
0054 --iovs '{"start_iov": "326083", "end_iov": "326083"}' \
0055 --db Prod \
0056 --test ;
0057
0058 mv *.png $W_DIR/plots_Template/LABPixMap.png
0059
0060 getPayloadData.py \
0061 --plugin pluginSiPixelTemplateDBObject_PayloadInspector \
0062 --plot plot_SiPixelTemplateLAFPixMap \
0063 --tag SiPixelTemplateDBObject38Tv3_express \
0064 --time_type Run \
0065 --iovs '{"start_iov": "326083", "end_iov": "326083"}' \
0066 --db Prod \
0067 --test ;
0068
0069 mv *.png $W_DIR/plots_Template/LAFPixMap.png
0070
0071 getPayloadData.py \
0072 --plugin pluginSiPixelTemplateDBObject_PayloadInspector \
0073 --plot plot_SiPixelTemplateHeaderTable \
0074 --tag SiPixelTemplateDBObject38Tv3_express \
0075 --time_type Run \
0076 --iovs '{"start_iov": "326083", "end_iov": "326083"}' \
0077 --db Prod \
0078 --test ;
0079
0080 mv *.png $W_DIR/plots_Template/HeaderTable.png
0081
0082 getPayloadData.py \
0083 --plugin pluginSiPixelTemplateDBObject_PayloadInspector \
0084 --plot plot_SiPixelTemplateTitles_Display \
0085 --tag SiPixelTemplateDBObject38Tv3_express \
0086 --time_type Run \
0087 --iovs '{"start_iov": "326083", "end_iov": "326083"}' \
0088 --db Prod \
0089 --test ;
0090
0091 mv *.png $W_DIR/plots_Template/HeaderTitles.png
0092
0093 getPayloadData.py \
0094 --plugin pluginSiPixelTemplateDBObject_PayloadInspector \
0095 --plot plot_SiPixelTemplateQScaleMap \
0096 --tag SiPixelTemplateDBObject38Tv3_express \
0097 --time_type Run \
0098 --iovs '{"start_iov": "326083", "end_iov": "326083"}' \
0099 --db Prod \
0100 --test ;
0101
0102 mv *.png $W_DIR/plots_Template/QScaleMap.png
0103
0104 getPayloadData.py \
0105 --plugin pluginSiPixel2DTemplateDBObject_PayloadInspector \
0106 --plot plot_SiPixel2DTemplateHeaderTable \
0107 --tag SiPixel2DTemplateDBObject_38T_v1_express \
0108 --time_type Run \
0109 --iovs '{"start_iov": "326083", "end_iov": "326083"}' \
0110 --db Prod \
0111 --test ;
0112
0113 mv *.png $W_DIR/plots_Template/2DHeaderTable.png