/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/SiStripMonitorSummary/scripts/makeModulePlots.sh
14 строк
541 B
Andrea Bocci
Add missing newline at the end of file
27 фев 2024, 16:20
Не верифицирован
27 фев 2024, 16:20
c07dfa0
Код
Авторство
О чём код?
#!/bin/bash outputroot=/tmp/SiStripModules_${10}.root pedmon=False noisemon=False if [ $(( $3 & 1 )) -eq 1 ]; then noisemon=True fi if [ $(( $3 & 2 )) -eq 2 ]; then pedmon=True fi 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 makeModulePlots $outputroot $2 $3 "/tmp/" ${10}