![]() |
|
|||
File indexing completed on 2021-02-14 13:11:42
0001 import FWCore.ParameterSet.Config as cms 0002 0003 process = cms.Process("DBTest") 0004 process.source = cms.Source("EmptySource", 0005 maxEvents = cms.untracked.int32(1) 0006 ) 0007 0008 process.print = cms.OutputModule("AsciiOutputModule") 0009 0010 process.read = cms.EDAnalyzer("Test_SiStrip_HistId") 0011 0012 process.p1 = cms.Path(process.read+process.print) 0013 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |