Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 RivetHarvesting = cms.EDAnalyzer('RivetHarvesting',
00004 AnalysisNames = cms.vstring('CMS_2010_S8808686', 'MC_DIPHOTON', 'MC_JETS', 'MC_GENERIC'),
00005 CrossSection = cms.double(1000),
00006 HepMCCollection = cms.InputTag('generator'),
00007 OutputFile = cms.string('out.aida'),
00008 FilesToHarvest = cms.vstring('file1.aida', 'file2.aida'),
00009 VSumOfWeights = cms.vdouble(1.0, 1.0),
00010 VCrossSections = cms.vdouble(1.0, 1.0)
00011 )