CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
rivetHarvesting_cfi.py
Go to the documentation of this file.
2 
3 rivetHarvesting = cms.EDAnalyzer('RivetHarvesting',
4  AnalysisNames = cms.vstring('CMS_2010_S8808686', 'MC_DIPHOTON', 'MC_JETS', 'MC_GENERIC'),
5  CrossSection = cms.double(1000),
6  HepMCCollection = cms.InputTag('generator'),
7  OutputFile = cms.string('out.aida'),
8  FilesToHarvest = cms.vstring('file1.aida', 'file2.aida'),
9  VSumOfWeights = cms.vdouble(1.0, 1.0),
10  VCrossSections = cms.vdouble(1.0, 1.0)
11 )