CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
rivetAnalyzer_cfi Namespace Reference

Variables

tuple rivetAnalyzer
 

Variable Documentation

tuple rivetAnalyzer_cfi.rivetAnalyzer
Initial value:
1 = cms.EDAnalyzer('RivetAnalyzer',
2  AnalysisNames = cms.vstring('CMS_2010_S8808686', 'MC_DIPHOTON', 'MC_JETS', 'MC_GENERIC'),
3  HepMCCollection = cms.InputTag('generator:unsmeared'),
4  GenEventInfoCollection = cms.InputTag('generator'),
5  genLumiInfo = cms.InputTag("generator"),
6  # Info: useLHEWeights will create BIG yoda files with Rivet 3.
7  # Default plotting fails with too many histos, use -m/M options
8  useLHEweights = cms.bool(False),
9  weightCap = cms.double(0.),
10  NLOSmearing = cms.double(0.),
11  skipMultiWeights = cms.bool(False),
12  selectMultiWeights = cms.string(''),
13  deselectMultiWeights = cms.string(''),
14  setNominalWeightName = cms.string(''),
15  LHECollection = cms.InputTag('externalLHEProducer'),
16  CrossSection = cms.double(-1),
17  DoFinalize = cms.bool(True),
18  ProduceDQMOutput = cms.bool(False),
19  OutputFile = cms.string('out.yoda')
20 )

Definition at line 3 of file rivetAnalyzer_cfi.py.