/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_cfi.py
24 строки
1 KB
Marcel Andre Schneider
Add imports for new alias
18 янв 2018, 12:37
18 янв 2018, 12:37
0bc2916
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQM.EcalPreshowerMonitorModule.ESRawDataTask_cfi import * from DQM.EcalPreshowerMonitorModule.ESIntegrityTask_cfi import * #from DQM.EcalPreshowerMonitorModule.ESFEDIntegrityTask_cfi import * from DQM.EcalPreshowerMonitorModule.ESPedestalTask_cfi import * from DQM.EcalPreshowerMonitorModule.ESOccupancyTask_cfi import * from DQM.EcalPreshowerMonitorModule.ESTimingTask_cfi import * from DQM.EcalPreshowerMonitorModule.ESDcsInfoTask_cfi import * from DQM.EcalPreshowerMonitorModule.ESDataCertificationTask_cfi import * from DQM.EcalPreshowerMonitorModule.ESDaqInfoTask_cfi import * from DQM.EcalPreshowerMonitorModule.ESTrendTask_cfi import * from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer dqmInfoES = DQMEDAnalyzer('DQMEventInfo', subSystemFolder = cms.untracked.string('EcalPreshower') ) #ecalPreshowerDefaultTasksSequence = cms.Sequence(ecalPreshowerOccupancyTask*ecalPreshowerPedestalTask) ecalPreshowerDefaultTasksSequence = cms.Sequence(ecalPreshowerRawDataTask*ecalPreshowerIntegrityTask*ecalPreshowerOccupancyTask*ecalPreshowerTimingTask*ecalPreshowerTrendTask) ecalPreshowerCertificationSequence = cms.Sequence(ecalPreshowerDcsInfoTask*ecalPreshowerDataCertificationTask*ecalPreshowerDaqInfoTask) ecalPreshowerLocalTasksSequence = cms.Sequence(ecalPreshowerPedestalTask)