File indexing completed on 2024-04-06 12:01:47
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_LA ]; then
0013 rm -fr $W_DIR/plots_LA
0014 fi
0015
0016 mkdir $W_DIR/plots_LA
0017
0018 getPayloadData.py \
0019 --plugin pluginSiPixelLorentzAngle_PayloadInspector \
0020 --plot plot_SiPixelLorentzAngleValuesBarrelCompareTwoTags \
0021 --tag SiPixelLorentzAngle_phase2_T19_v1_mc \
0022 --tagtwo SiPixelLorentzAngle_phase2_T15_v5_mc \
0023 --time_type Run \
0024 --iovs '{"start_iov": "1", "end_iov": "1"}' \
0025 --iovstwo '{"start_iov": "1", "end_iov": "1"}' \
0026 --db Prod \
0027 --test ;
0028
0029 getPayloadData.py \
0030 --plugin pluginSiPixelLorentzAngle_PayloadInspector \
0031 --plot plot_SiPixelLorentzAngleValuesBarrelCompareTwoTags \
0032 --tag SiPixelLorentzAngleSim_phase1_BoR3_HV350_Tr2000 \
0033 --tagtwo SiPixelLorentzAngle_phase1_EEoR3_HV800_Tr2000 \
0034 --time_type Run \
0035 --iovs '{"start_iov": "1", "end_iov": "1"}' \
0036 --iovstwo '{"start_iov": "1", "end_iov": "1"}' \
0037 --db Prod \
0038 --test ;
0039
0040 mv *.png $W_DIR/plots_LA/comparisonByRegionTwoTagsPhase1.png
0041
0042 getPayloadData.py \
0043 --plugin pluginSiPixelLorentzAngle_PayloadInspector \
0044 --plot plot_SiPixelLorentzAngleValuesEndcapCompareSingleTag \
0045 --tag SiPixelLorentzAngle_2009_v1_express \
0046 --time_type Run \
0047 --iovs '{"start_iov": "197571", "end_iov": "326083"}' \
0048 --db Prod \
0049 --test ;
0050
0051 mv *.png $W_DIR/plots_LA/comparisonByRegionSingleTagsPhase0-Phase1.png
0052
0053 getPayloadData.py \
0054 --plugin pluginSiPixelLorentzAngle_PayloadInspector \
0055 --plot plot_SiPixelLorentzAngleValueComparisonTwoTags \
0056 --tag SiPixelLorentzAngleSim_phase1_BoR3_HV350_Tr1300 \
0057 --tagtwo SiPixelLorentzAngle_phase1_BoR3_HV350_Tr1300 \
0058 --time_type Run \
0059 --iovs '{"start_iov": "1", "end_iov": "1"}' \
0060 --iovstwo '{"start_iov": "1", "end_iov": "1"}' \
0061 --db Prod \
0062 --test ;
0063
0064 mv *.png $W_DIR/plots_LA/comparisonByValuePhase1.png
0065
0066 getPayloadData.py \
0067 --plugin pluginSiPixelLorentzAngle_PayloadInspector \
0068 --plot plot_SiPixelLorentzAngleValues \
0069 --tag SiPixelLorentzAngle_forWidth_phase1_mc_v1 \
0070 --time_type Run \
0071 --iovs '{"start_iov": "1", "end_iov": "1"}' \
0072 --db Prod \
0073 --test ;
0074
0075 mv *.png $W_DIR/plots_LA/ByValuePhase1.png
0076
0077 getPayloadData.py \
0078 --plugin pluginSiPixelLorentzAngle_PayloadInspector \
0079 --plot plot_SiPixelLorentzAngleValueComparisonTwoTags \
0080 --tag SiPixelLorentzAngle_forWidth_v1_mc \
0081 --tagtwo SiPixelLorentzAngle_2016_ultralegacymc_v2 \
0082 --time_type Run \
0083 --iovs '{"start_iov": "1", "end_iov": "1"}' \
0084 --iovstwo '{"start_iov": "1", "end_iov": "1"}' \
0085 --db Prod \
0086 --test ;
0087
0088 mv *.png $W_DIR/plots_LA/comparisonByValuePhase0.png
0089
0090 getPayloadData.py \
0091 --plugin pluginSiPixelLorentzAngle_PayloadInspector \
0092 --plot plot_SiPixelLorentzAngleByRegionComparisonTwoTags \
0093 --tag SiPixelLorentzAngle_forWidth_v1_mc \
0094 --tagtwo SiPixelLorentzAngle_2016_ultralegacymc_v2 \
0095 --time_type Run \
0096 --iovs '{"start_iov": "1", "end_iov": "1"}' \
0097 --iovstwo '{"start_iov": "1", "end_iov": "1"}' \
0098 --db Prod \
0099 --test ;
0100
0101 mv *.png $W_DIR/plots_LA/comparisonByRegionPhase0.png
0102
0103 getPayloadData.py \
0104 --plugin pluginSiPixelLorentzAngle_PayloadInspector \
0105 --plot plot_SiPixelBPixLorentzAngleMap \
0106 --tag SiPixelLorentzAngle_v11_offline \
0107 --time_type Run \
0108 --iovs '{"start_iov": "324245", "end_iov": "324245"}' \
0109 --db Prod \
0110 --test ;
0111
0112 mv *.png $W_DIR/plots_LA/SiPixelBPixLorentzAngleMap.png
0113
0114 getPayloadData.py \
0115 --plugin pluginSiPixelLorentzAngle_PayloadInspector \
0116 --plot plot_SiPixelLorentzAngleValuesEndcap \
0117 --tag SiPixelLorentzAngle_forWidth_phase1_mc_v1 \
0118 --time_type Run \
0119 --iovs '{"start_iov": "1", "end_iov": "1"}' \
0120 --db Prod \
0121 --test ;
0122
0123 mv *.png $W_DIR/plots_LA/SiPixelBPixLorentzAngleEndcapPlots.png
0124
0125 getPayloadData.py \
0126 --plugin pluginSiPixelLorentzAngle_PayloadInspector \
0127 --plot plot_SiPixelLorentzAngleValuesBarrel \
0128 --tag SiPixelLorentzAngle_forWidth_phase1_mc_v1 \
0129 --time_type Run \
0130 --iovs '{"start_iov": "1", "end_iov": "1"}' \
0131 --db Prod \
0132 --test ;
0133
0134 mv *.png $W_DIR/plots_LA/SiPixelBPixLorentzAngleBarrel.png