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.
2 
3 rivetAnalyzer = cms.EDAnalyzer('RivetAnalyzer',
4  AnalysisNames = cms.vstring('CMS_2010_S8808686', 'MC_DIPHOTON', 'MC_JETS', 'MC_GENERIC'),
5  HepMCCollection = cms.InputTag('generator'),
6  UseExternalWeight = cms.bool(False),
7  GenEventInfoCollection = cms.InputTag('generator'),
8  CrossSection = cms.double(1000),
9  DoFinalize = cms.bool(True),
10  ProduceDQMOutput = cms.bool(False),
11  OutputFile = cms.string('out.aida')
12 )