CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/GeneratorInterface/RivetInterface/python/rivetAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RivetAnalyzer = cms.EDAnalyzer('RivetAnalyzer',
00004   AnalysisNames = cms.vstring('CMS_2010_S8808686', 'MC_DIPHOTON', 'MC_JETS', 'MC_GENERIC'),
00005   HepMCCollection = cms.InputTag('generator'),
00006   CrossSection = cms.double(1000),
00007   OutputFile = cms.string('out.aida')
00008 )