/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/HcalHits/python/HcalSimHitStudy_cfi.py
21 строка
886 B
Shubham
Removed redundant re-setting of hep17=false for Run2_2018 era
28 авг 2018, 15:25
28 авг 2018, 15:25
2ca5d6a
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer hcalSimHitStudy = DQMEDAnalyzer('HcalSimHitStudy', ModuleLabel = cms.untracked.string('g4SimHits'), outputFile = cms.untracked.string(''), Verbose = cms.untracked.bool(False), HitCollection = cms.untracked.string('HcalHits'), TestNumber = cms.bool(False), hep17 = cms.bool(False) ) from Configuration.Eras.Modifier_fastSim_cff import fastSim fastSim.toModify( hcalSimHitStudy, ModuleLabel = cms.untracked.string('fastSimProducer') ) from Configuration.Eras.Modifier_run2_HCAL_2017_cff import run2_HCAL_2017 (run2_HCAL_2017 & ~fastSim).toModify( hcalSimHitStudy, TestNumber = cms.bool(True) ) from Configuration.Eras.Modifier_run2_HEPlan1_2017_cff import run2_HEPlan1_2017 run2_HEPlan1_2017.toModify( hcalSimHitStudy, hep17 = cms.bool(True) )