CMS 3D CMS Logo

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

Variables

tuple generator
 
tuple ProductionFilterSequence = cms.Sequence(generator)
 
tuple source = cms.Source("EmptySource")
 

Variable Documentation

tuple WpM_8TeV_cfi.generator
Initial value:
1 = cms.EDFilter("Pythia6GeneratorFilter",
2  pythiaHepMCVerbosity = cms.untracked.bool(False),
3  maxEventsToPrint = cms.untracked.int32(0),
4  pythiaPylistVerbosity = cms.untracked.int32(1),
5  filterEfficiency = cms.untracked.double(1.),
6  crossSection = cms.untracked.double(0.02123),
7  comEnergy = cms.double(8000.0),
8  PythiaParameters = cms.PSet(
9  pythiaUESettingsBlock,
10  processParameters = cms.vstring('MSEL = 0 !User defined processes',
11  'MSUB(142) = 1 !Wprime production',
12  'PMAS(34,1) = 2000.!mass of Wprime',
13  'MDME(311,1) = 0 !W\' decay into dbar u',
14  'MDME(312,1) = 0 !W\' decay into dbar c',
15  'MDME(313,1) = 0 !W\' decay into dbar t',
16  'MDME(315,1) = 0 !W\' decay into sbar u',
17  'MDME(316,1) = 0 !W\' decay into sbar c',
18  'MDME(317,1) = 0 !W\' decay into sbar t',
19  'MDME(319,1) = 0 !W\' decay into bbar u',
20  'MDME(320,1) = 0 !W\' decay into bbar c',
21  'MDME(321,1) = 0 !W\' decay into bbar t',
22  'MDME(327,1) = 0 !W\' decay into e+ nu_e',
23  'MDME(328,1) = 1 !W\' decay into mu+ nu_mu',
24  'MDME(329,1) = 0 !W\' decay into tau+ nu_tau'),
25  # This is a vector of ParameterSet names to be read, in this order
26  parameterSets = cms.vstring('pythiaUESettings',
27  'processParameters')
28  )
29 )

Definition at line 9 of file WpM_8TeV_cfi.py.

tuple WpM_8TeV_cfi.ProductionFilterSequence = cms.Sequence(generator)

Definition at line 42 of file WpM_8TeV_cfi.py.

tuple WpM_8TeV_cfi.source = cms.Source("EmptySource")

Definition at line 6 of file WpM_8TeV_cfi.py.