Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:08:54

0001 #!/bin/bash
0002 
0003 outputroot=/tmp/SiStripModules_${10}.root
0004 pedmon=False
0005 noisemon=False
0006 if [ $(( $3 & 1 )) -eq 1 ]; then
0007     noisemon=True
0008 fi
0009 if [ $(( $3 & 2 )) -eq 2 ]; then
0010     pedmon=True
0011 fi
0012 cmsRun $CMSSW_BASE/src/DQM/SiStripMonitorSummary/test/DBReader_conddbmonitoring_singlemodule_cfg.py logDestination=cout outputRootFile=$outputroot moduleList_load=$2 globalTag=$4 connectionString=$5 tagName=$6 recordName=$7 runNumber=$1 PedestalMon=$pedmon NoiseMon=$noisemon gainNorm=$8 simGainNorm=$9
0013 
0014 makeModulePlots $outputroot $2 $3 "/tmp/" ${10}