![]() |
|
|||
File indexing completed on 2023-03-17 11:03:00
0001 import FWCore.ParameterSet.Config as cms 0002 0003 process = cms.Process("FOURTH") 0004 0005 process.source = cms.Source("PoolSource", 0006 fileNames = cms.untracked.vstring('file:testEventHistory_3.root') 0007 ) 0008 0009 process.out = cms.OutputModule("PoolOutputModule", 0010 fileName = cms.untracked.string('testEventHistory_4.root') 0011 ) 0012 0013 process.ep4 = cms.EndPath(process.out)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |