/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
L1Trigger/Configuration/python/L1HwVal_cff.py
10 строк
297 B
Andrea Bocci
Add missing newline at the end of file
27 фев 2024, 16:21
Не верифицирован
27 фев 2024, 16:21
19158a0
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # L1 hardware validation sequence for data # # run the L1 trigger emulators (including ECAL and HCAL TPG) # # V.M. Ghete 2010-02-23 from L1Trigger.HardwareValidation.L1HardwareValidation_cff import * L1HwVal = cms.Sequence(L1HardwareValidation)