当前位置: 首页>>代码示例>>Python>>正文


Python ConfigSection.completed方法代码示例

本文整理汇总了Python中WMCore.Configuration.ConfigSection.completed方法的典型用法代码示例。如果您正苦于以下问题:Python ConfigSection.completed方法的具体用法?Python ConfigSection.completed怎么用?Python ConfigSection.completed使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在WMCore.Configuration.ConfigSection的用法示例。


在下文中一共展示了ConfigSection.completed方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。

示例1:

# 需要导入模块: from WMCore.Configuration import ConfigSection [as 别名]
# 或者: from WMCore.Configuration.ConfigSection import completed [as 别名]
FrameworkJobReport.cmsRun1.output.Merged.files.file0.catalog = ''
FrameworkJobReport.cmsRun1.output.Merged.files.file0.module_label = 'Merged'
FrameworkJobReport.cmsRun1.output.Merged.files.file0.async_dest = None
FrameworkJobReport.cmsRun1.output.Merged.files.file0.inputPath = None
FrameworkJobReport.cmsRun1.output.Merged.files.file0.StageOutCommand = 'srmv2-lcg'
FrameworkJobReport.cmsRun1.output.Merged.files.file0.section_('runs')
FrameworkJobReport.cmsRun1.output.Merged.files.file0.OutputPFN = 'srm://srmcms.pic.es:8443/srm/managerv2?SFN=/pnfs/pic.es/data/cms/store/data/Run2012B/MuEG/RAW-RECO/LogError-PromptSkim-v1/000/195/376/0000/26BB8797-36AE-E111-915F-00266CFFCB80.root'
FrameworkJobReport.cmsRun1.output.Merged.files.file0.user_vogroup = ''
FrameworkJobReport.cmsRun1.output.Merged.files.file0.user_vorole = ''
FrameworkJobReport.cmsRun1.output.Merged.files.file0.events = 0
FrameworkJobReport.cmsRun1.output.Merged.files.file0.processingVer = 1
FrameworkJobReport.cmsRun1.output.Merged.files.fileCount = 1
FrameworkJobReport.cmsRun1.output.Merged.section_('dataset')
FrameworkJobReport.cmsRun1.id = None
FrameworkJobReport.siteName = 'T1_ES_PIC'
FrameworkJobReport.completed = True
FrameworkJobReport.hostName = 'td636.pic.es'
FrameworkJobReport.section_('logArch1')
FrameworkJobReport.logArch1.status = 0
FrameworkJobReport.logArch1.section_('cleanup')
FrameworkJobReport.logArch1.cleanup.section_('unremoved')
FrameworkJobReport.logArch1.cleanup.section_('removed')
FrameworkJobReport.logArch1.cleanup.removed.fileCount = 0
FrameworkJobReport.logArch1.section_('errors')
FrameworkJobReport.logArch1.section_('logs')
FrameworkJobReport.logArch1.section_('parameters')
FrameworkJobReport.logArch1.outputModules = ['logArchive']
FrameworkJobReport.logArch1.stopTime = 1338808560.42
FrameworkJobReport.logArch1.section_('site')
FrameworkJobReport.logArch1.section_('analysis')
FrameworkJobReport.logArch1.analysis.section_('files')
开发者ID:stuartw,项目名称:WMCore,代码行数:33,代码来源:MergeSample.py


注:本文中的WMCore.Configuration.ConfigSection.completed方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。