/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/SiStripMonitorDigi/python/SiStripMonitorDigi_cfi.py
212 строк
6 KB
Alessandro Rossi
Fix of a bug and cleaneing of some configurations
28 апр 2020, 20:36
28 апр 2020, 20:36
704d831
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # SiStripMonitorDigi from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer SiStripMonitorDigi = DQMEDAnalyzer('SiStripMonitorDigi', TopFolderName = cms.string('SiStrip'), # add digi producers same way as Domenico in SiStripClusterizer DigiProducersList = cms.VInputTag( cms.InputTag('siStripDigis','ZeroSuppressed'), cms.InputTag('siStripZeroSuppression','VirginRaw'), cms.InputTag('siStripZeroSuppression','ProcessedRaw'), cms.InputTag('siStripZeroSuppression','ScopeMode') ), TH1NApvShots = cms.PSet( Nbins = cms.int32(201), xmin = cms.double(-0.5), xmax = cms.double(200.5), subdetswitchon = cms.bool(False), globalswitchon = cms.bool(False) ), TH1ChargeMedianApvShots = cms.PSet( Nbins = cms.int32(256), xmin = cms.double(0.5), xmax = cms.double(256.5), subdetswitchon = cms.bool(False), globalswitchon = cms.bool(True) ), TH1NStripsApvShots = cms.PSet( Nbins = cms.int32(64), xmin = cms.double(64.5), xmax = cms.double(128.5), subdetswitchon = cms.bool(False), globalswitchon = cms.bool(False) ), TProfNShotsVsTime = cms.PSet( Nbins = cms.int32(600), xmin = cms.double(0.0), xmax = cms.double(1.0*60*60), ymin = cms.double(0.0), ymax = cms.double(0.0), subdetswitchon = cms.bool(False), globalswitchon = cms.bool(False) ), TH1ApvNumApvShots = cms.PSet( Nbins = cms.int32(6), xmin = cms.double(0.5), xmax = cms.double(6.5), subdetswitchon = cms.bool(False), globalswitchon = cms.bool(False) ), TProfGlobalNShots = cms.PSet( globalswitchon = cms.bool(False) ), TH1ADCsCoolestStrip = cms.PSet( Nbinx = cms.int32(60), xmin = cms.double(-0.5), xmax = cms.double(299.5), layerswitchon = cms.bool(False), moduleswitchon = cms.bool(True) ), TH1ADCsHottestStrip = cms.PSet( Nbinx = cms.int32(60), xmin = cms.double(-0.5), xmax = cms.double(299.5), layerswitchon = cms.bool(False), moduleswitchon = cms.bool(True) ), TH1DigiADCs = cms.PSet( Nbinx = cms.int32(64), xmin = cms.double(-0.5), xmax = cms.double(255.5), layerswitchon = cms.bool(True), moduleswitchon = cms.bool(True) ), TH1NumberOfDigis = cms.PSet( Nbinx = cms.int32(50), xmin = cms.double(-0.5), xmax = cms.double(999.5), layerswitchon = cms.bool(True), moduleswitchon = cms.bool(True) ), TH1NumberOfDigisPerStrip = cms.PSet( Nbinx = cms.int32(768), xmin = cms.double(-0.5), xmax = cms.double(767.5), moduleswitchon = cms.bool(False) ), TH1StripOccupancy = cms.PSet( Nbinx = cms.int32(51), xmin = cms.double(-0.01), xmax = cms.double(1.01), layerswitchon = cms.bool(True), moduleswitchon = cms.bool(True) ), TProfNumberOfDigi = cms.PSet( Nbinx = cms.int32(100), xmin = cms.double(-0.5), xmax = cms.double(499.5), layerswitchon = cms.bool(False), moduleswitchon = cms.bool(False) ), TProfDigiADC = cms.PSet( Nbinx = cms.int32(100), xmin = cms.double(0.0), xmax = cms.double(499.5), layerswitchon = cms.bool(False), moduleswitchon = cms.bool(False) ), TProfTotalNumberOfDigis = cms.PSet( Nbins = cms.int32(360), xmin = cms.double(0.0), xmax = cms.double(1.0*60*60), ymin = cms.double(0.0), ymax = cms.double(0.0), subdetswitchon = cms.bool(False) ), TProfNDigisFED = cms.PSet( Nbinsx = cms.int32(440), xmax = cms.double(489.5), xmin = cms.double(49.5), Nbinsy = cms.int32(200), ymin = cms.double(-0.5), ymax = cms.double(199999.5), globalswitchon = cms.bool(True) ), TkHistoMap_On = cms.bool(True), TkHistoMapNApvShots_On = cms.bool(False), TkHistoMapNStripApvShots_On = cms.bool(False), TkHistoMapMedianChargeApvShots_On = cms.bool(False), CreateTrendMEs = cms.bool(False), Trending = cms.PSet( Nbins = cms.int32(600), xmin = cms.double(0.0), xmax = cms.double(1.0*60*60), ymin = cms.double(0.0), ymax = cms.double(10000.0) ), TProfDigiApvCycle = cms.PSet( Nbins = cms.int32(70), xmin = cms.double(-0.5), xmax = cms.double(69.5), Nbinsy = cms.int32(200), ymin = cms.double(0.0), ymax = cms.double(0.0), subdetswitchon = cms.bool(False) ), TH2DigiApvCycle = cms.PSet( Nbins = cms.int32(70), xmin = cms.double(-0.5), xmax = cms.double(69.5), Nbinsy = cms.int32(200), ymin = cms.double(0.0), yfactor = cms.double(0.2), subdetswitchon = cms.bool(False) ), TProfTotalNumberOfDigisVsLS = cms.PSet( subdetswitchon = cms.bool(False) ), TotalNumberOfDigisFailure = cms.PSet( Nbins = cms.int32(2500), ignoreFirstNLumisections = cms.int32(20), integrateNLumisections = cms.int32(3), subdetswitchon = cms.bool(False) ), # xLumiProf = cms.int32(5), Mod_On = cms.bool(True), HistoryProducer = cms.InputTag("consecutiveHEs"), ApvPhaseProducer = cms.InputTag("APVPhases"), UseDCSFiltering = cms.bool(True), # rest of parameters SelectAllDetectors = cms.bool(False), ShowMechanicalStructureView = cms.bool(True), ShowReadoutView = cms.bool(False), ShowControlView = cms.bool(False), CalculateStripOccupancy = cms.bool(False), ResetMEsEachRun = cms.bool(False), TrendVs10LS = cms.bool(False), ) from Configuration.Eras.Modifier_run3_common_cff import run3_common run3_common.toModify(SiStripMonitorDigi, TH1NumberOfDigis = dict(xmax = 39999.5, Nbinx = 500))