1 = cms.EDAnalyzer(
'RivetAnalyzer',
2 AnalysisNames = cms.vstring(
'CMS_2010_S8808686',
'MC_DIPHOTON',
'MC_JETS',
'MC_GENERIC'),
3 HepMCCollection = cms.InputTag(
'generatorSmeared'),
4 UseExternalWeight = cms.bool(
False),
5 GenEventInfoCollection = cms.InputTag(
'generator'),
6 useLHEweights = cms.bool(
False),
7 LHEweightNumber = cms.int32(0),
8 LHECollection = cms.InputTag(
'source'),
9 CrossSection = cms.double(1000),
10 DoFinalize = cms.bool(
True),
11 ProduceDQMOutput = cms.bool(
False),
12 OutputFile = cms.string(
'out.aida')