![]() |
|
|||
File indexing completed on 2023-03-17 11:10:24
0001 import FWCore.ParameterSet.Config as cms 0002 import sys 0003 0004 process = cms.Process("TEST") 0005 0006 process.source = cms.Source("PoolSource", 0007 fileNames = cms.untracked.vstring("file:"+sys.argv[2]) 0008 ) 0009 0010 process.out = cms.OutputModule("PoolOutputModule", 0011 fastCloning = cms.untracked.bool(False), 0012 fileName = cms.untracked.string('file:converted.root') 0013 ) 0014 0015 process.endpath1 = 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 |
![]() ![]() |