CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/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   UseExternalWeight = cms.bool(False),
00007   GenEventInfoCollection = cms.InputTag('generator'),
00008   CrossSection = cms.double(1000),
00009   DoFinalize = cms.bool(True),
00010   ProduceDQMOutput = cms.bool(False),
00011   OutputFile = cms.string('out.aida')
00012 )