CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/GeneratorInterface/RivetInterface/python/rivetHarvesting_cfi.py

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 )