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')