CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
rivetAnalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 rivetAnalyzer = cms.EDAnalyzer('RivetAnalyzer',
4  AnalysisNames = cms.vstring('CMS_2010_S8808686', 'MC_DIPHOTON', 'MC_JETS', 'MC_GENERIC'),
5  HepMCCollection = cms.InputTag('generatorSmeared'),
6  UseExternalWeight = cms.bool(False),
7  GenEventInfoCollection = cms.InputTag('generator'),
8  useLHEweights = cms.bool(False),
9  LHEweightNumber = cms.int32(0),
10  LHECollection = cms.InputTag('source'),
11  CrossSection = cms.double(1000),
12  DoFinalize = cms.bool(True),
13  ProduceDQMOutput = cms.bool(False),
14  OutputFile = cms.string('out.aida')
15 )