CMS 3D CMS Logo

rivetHarvesting_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 rivetHarvesting = cms.EDAnalyzer('RivetHarvesting',
4  AnalysisNames = cms.vstring('CMS_2010_S8808686', 'MC_DIPHOTON', 'MC_JETS', 'MC_GENERIC'),
5  CrossSection = cms.double(1000),
6  HepMCCollection = cms.InputTag('generatorSmeared'),
7  OutputFile = cms.string('out.yoda'),
8  FilesToHarvest = cms.vstring('file1.yoda', 'file2.yoda'),
9  VSumOfWeights = cms.vdouble(1.0, 1.0),
10  VCrossSections = cms.vdouble(1.0, 1.0)
11 )