/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/MessageService/python/test/Services_cff.py
9 строк
334 B
Christopher Jones
Renamed AdaptorConfig to TFileAdaptor
17 дек 2025, 22:45
17 дек 2025, 22:45
3690d77
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from FWCore.Services.InitRootHandlers_cfi import * # Tell TFileAdaptor to suppress the statistics summary. We aren't actually using # that service and it's summary interferes with the MessageLogger summary. TFileAdaptor = cms.Service("TFileAdaptor", stats = cms.untracked.bool(False) )