/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/EcalMonitorTasks/python/LaserTask_cfi.py
115 строк
7 KB
Menglei
Adding Strip
15 окт 2015, 13:55
15 окт 2015, 13:55
2862a18
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQM.EcalCommon.CommonParams_cfi import * emptyLSLimit = 3 ecalLaserTask = cms.untracked.PSet( params = cms.untracked.PSet( emptyLSLimit = cms.untracked.int32(emptyLSLimit), maxPedestal = cms.untracked.int32(250), laserWavelengths = ecaldqmLaserWavelengths ), MEs = cms.untracked.PSet( CalibStatus = cms.untracked.PSet( path = cms.untracked.string('EcalCalibration/EventInfo/Calibration event rate'), kind = cms.untracked.string('TProfile'), otype = cms.untracked.string('None'), btype = cms.untracked.string('User'), xaxis = cms.untracked.PSet( nbins = cms.untracked.int32(5), low = cms.untracked.double(-0.5), high = cms.untracked.double(4.5), labels = cms.untracked.vstring(['Green Laser','Blue Laser','IR Laser','LED1','LED2']) ), yaxis = cms.untracked.PSet( low = cms.untracked.double(0), high = cms.untracked.double(1), title = cms.untracked.string('event rate') ), description = cms.untracked.string('') ), PNAmplitude = cms.untracked.PSet( path = cms.untracked.string('%(subdet)s/%(prefix)sLaserTask/Laser%(wl)s/PN/Gain16/%(prefix)sLT PNs amplitude %(sm)s G16 L%(wl)s'), otype = cms.untracked.string('SMMEM'), multi = cms.untracked.PSet( wl = ecaldqmLaserWavelengths ), kind = cms.untracked.string('TProfile'), btype = cms.untracked.string('Crystal'), description = cms.untracked.string('Mean laser pulse amplitude in the PN diodes. In general, a PN channel is filled only when a laser pulse was observed in the crystals that are associated to the diode. When no laser signal was observed for longer than ' + str(emptyLSLimit) + ' lumi sections, the channels start to get filled with 0 amplitude, causing the mean to drop.') ), Occupancy = cms.untracked.PSet( path = cms.untracked.string('%(subdet)s/%(prefix)sOccupancyTask/%(prefix)sOT laser digi occupancy%(suffix)s'), kind = cms.untracked.string('TH2F'), otype = cms.untracked.string('Ecal3P'), btype = cms.untracked.string('SuperCrystal'), description = cms.untracked.string('Laser signal digi occupancy. Channels are filled whenever the DCC event type is set to LASER.') ), SignalRate = cms.untracked.PSet( path = cms.untracked.string('%(subdet)s/%(prefix)sLaserTask/Laser%(wl)s/%(prefix)sLT signal rate L%(wl)s'), kind = cms.untracked.string('TProfile'), otype = cms.untracked.string('Ecal2P'), btype = cms.untracked.string('DCC'), description = cms.untracked.string('Fraction of laser events with measurable laser pulse.'), multi = cms.untracked.PSet( wl = ecaldqmLaserWavelengths ) ), Shape = cms.untracked.PSet( multi = cms.untracked.PSet( wl = ecaldqmLaserWavelengths ), yaxis = cms.untracked.PSet( high = cms.untracked.double(10.0), nbins = cms.untracked.int32(10), low = cms.untracked.double(0.0) ), kind = cms.untracked.string('TProfile2D'), otype = cms.untracked.string('SM'), btype = cms.untracked.string('SuperCrystal'), path = cms.untracked.string('%(subdet)s/%(prefix)sLaserTask/Laser%(wl)s/%(prefix)sLT shape %(sm)s L%(wl)s'), description = cms.untracked.string('Laser mean pulse shape. One slice corresponds to one readout tower (5x5 crystals). In general, a slice is filled only when a laser pulse was observed in the tower. When no laser signal was observed for longer than ' + str(emptyLSLimit) + ' lumi sections, the slices start to get filled with 0 amplitude, causing the shape to flatten.') ), Amplitude = cms.untracked.PSet( path = cms.untracked.string('%(subdet)s/%(prefix)sLaserTask/Laser%(wl)s/%(prefix)sLT amplitude %(sm)s L%(wl)s'), otype = cms.untracked.string('SM'), multi = cms.untracked.PSet( wl = ecaldqmLaserWavelengths ), kind = cms.untracked.string('TProfile2D'), btype = cms.untracked.string('Crystal'), description = cms.untracked.string('2D distribution of the mean laser amplitude. In general, a channel is filled only when a laser pulse was observed in it. When no laser signal was observed for longer than ' + str(emptyLSLimit) + ' lumi sections, the channels start to get filled with 0 amplitude, causing the mean to drop.') ), AOverP = cms.untracked.PSet( path = cms.untracked.string('%(subdet)s/%(prefix)sLaserTask/Laser%(wl)s/%(prefix)sLT amplitude over PN %(sm)s L%(wl)s'), otype = cms.untracked.string('SM'), multi = cms.untracked.PSet( wl = ecaldqmLaserWavelengths ), kind = cms.untracked.string('TProfile2D'), btype = cms.untracked.string('Crystal'), description = cms.untracked.string('2D distribution of the mean APD/PN value (event mean of per-event ratio).') ), Timing = cms.untracked.PSet( path = cms.untracked.string('%(subdet)s/%(prefix)sLaserTask/Laser%(wl)s/%(prefix)sLT timing %(sm)s L%(wl)s'), otype = cms.untracked.string('SM'), multi = cms.untracked.PSet( wl = ecaldqmLaserWavelengths ), kind = cms.untracked.string('TProfile2D'), btype = cms.untracked.string('Crystal'), description = cms.untracked.string('2D distribution of the mean laser timing. Z scale is in LHC clocks. Due to the difference in pulse shape between laser and physics events, fit-based reconstruction is not completely reliable in extracting the timing. In general, a channel is filled only when a laser pulse was observed in it. When no laser signal was observed for longer than ' + str(emptyLSLimit) + ' lumi sections, the channels start to get filled with 0 amplitude, causing the timing to spread randomly.') ), AmplitudeSummary = cms.untracked.PSet( path = cms.untracked.string('%(subdet)s/%(prefix)sLaserTask/Laser%(wl)s/%(prefix)sLT amplitude map L%(wl)s%(suffix)s'), otype = cms.untracked.string('Ecal3P'), multi = cms.untracked.PSet( wl = ecaldqmLaserWavelengths ), kind = cms.untracked.string('TProfile2D'), btype = cms.untracked.string('SuperCrystal'), description = cms.untracked.string('2D distribution of the mean laser amplitude. In general, a channel is filled only when a laser pulse was observed in it. When no laser signal was observed for longer than ' + str(emptyLSLimit) + ' lumi sections, the channels start to get filled with 0 amplitude, causing the mean to drop.') ) ) )