Skip to content

Commit

Permalink
Merge pull request #10801 from gouskos/bs-val-lg-76
Browse files Browse the repository at this point in the history
enable beam spot validation - emails notifications suppressed 76x
  • Loading branch information
cmsbuild committed Aug 16, 2015
2 parents 56a08e6 + 04f5970 commit 6689c91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions DQM/SiStripMonitorClient/scripts/TkMap_script_automatic_DB.sh
Expand Up @@ -18,6 +18,12 @@ do

if [ "$Run_numb" == "$1" ]; then continue; fi

#Run2015A
if [ $Run_numb -gt 246907 ]; then
DataLocalDir='Data2015'
DataOfflineDir='Run2015'
else

#2015 Commissioning period (since January)
if [ $Run_numb -gt 232881 ]; then
DataLocalDir='Data2015'
Expand All @@ -40,6 +46,7 @@ do
fi
fi
fi
fi
#loop over datasets
#if Cosmics, do StreamExpressCosmics as well

Expand Down Expand Up @@ -122,7 +129,7 @@ do
fi

#Temporary fix to remove hidden ASCII characters
GLOBALTAG=`echo $GLOBALTAG | cut -c 9-16`
GLOBALTAG=`echo $GLOBALTAG | cut -c 9-${#GLOBALTAG}`
# GLOBALTAG=`sed -i 's/[\d128-\d255]//g' <<< "${GLOBALTAG}"`
# GLOBALTAG=`echo $GLOBALTAG | sed 's/[\d128-\d255]//'`
# echo `expr length $GLOBALTAG`
Expand Down Expand Up @@ -163,7 +170,7 @@ do
fi

## Producing the PrimaryVertex/BeamSpot quality test by LS..
if [ $thisDataset == "MinimumBias" -o $thisDataset == "Jet" ]; then
if [ "$thisDataset" != "Cosmics" ] && [ "$thisDataset" != "StreamExpress" ] && [ "$thisDataset" != "StreamExpressCosmics" ]; then
echo " Creating the BeamSpot Calibration certification summary:"

lsbs_cert ${file_path}/$dqmFileName
Expand Down
2 changes: 1 addition & 1 deletion DQM/SiStripMonitorClient/scripts/bs_bad_ls_harvester
Expand Up @@ -73,7 +73,7 @@ if [ "$SEND_EMAIL" -gt 0 -a "$HARVESTING_EXISTS" -eq 1 ]
then
SUBJECT="Beamspot Bad LS Notification"
# Email To ?
EMAIL="burkett@fnal.gov,Leonard.Spiegel@cern.ch,vimartin@fnal.gov,threus@cern.ch"
#EMAIL="burkett@fnal.gov,Leonard.Spiegel@cern.ch,vimartin@fnal.gov,threus@cern.ch"
# EMAIL="threus@cern.ch"
# Email text/message
EMAILMESSAGE="bs_bad_ls_summary.email"
Expand Down

0 comments on commit 6689c91

Please sign in to comment.