![]() |
|
|||
File indexing completed on 2023-10-25 10:05:58
0001 import FWCore.ParameterSet.Config as cms 0002 0003 process = cms.Process("TEST") 0004 0005 process.source = cms.Source("PoolSource", 0006 fileNames = cms.untracked.vstring("file:stat_sender_second.root"), 0007 secondaryFileNames = cms.untracked.vstring("file:stat_sender_first.root") 0008 ) 0009 0010 process.add_(cms.Service("StatisticsSenderService", debug = cms.untracked.bool(True)))
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |