Back to home page

Project CMSSW displayed by LXR

 
 

    


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)))