![]() |
|
|||
File indexing completed on 2023-03-17 11:03:03
0001 import FWCore.ParameterSet.Config as cms 0002 import sys 0003 0004 process = cms.Process("ANA1") 0005 0006 process.source = cms.Source("PoolSource", 0007 fileNames = cms.untracked.vstring("file:"+sys.argv[-1]) 0008 ) 0009 0010 process.analyzer = cms.EDAnalyzer("IntTestAnalyzer", 0011 moduleLabel = cms.untracked.InputTag("intProducer"), 0012 valueMustMatch = cms.untracked.int32(1) 0013 ) 0014 0015 process.p = cms.Path(process.analyzer)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |