CMS 3D CMS Logo

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

Variables

tuple generator
 

Variable Documentation

tuple generator_cfi.generator
Initial value:
1 = cms.EDFilter("Pythia6HadronizerFilter",
2  pythiaHepMCVerbosity = cms.untracked.bool(True),
3  maxEventsToPrint = cms.untracked.int32(0),
4  pythiaPylistVerbosity = cms.untracked.int32(1),
5  comEnergy = cms.double(14000.0),
6 
7  PythiaParameters = cms.PSet(
8  pythiaUESettingsBlock,
9  processParameters = cms.vstring('MSEL=0 ! User defined processes',
10  'MSTJ(1)=1 ! Fragmentation/hadronization on or off',
11  'MSTJ(11)=3 ! Choice of the fragmentation function'),
12  # This is a vector of ParameterSet names to be read, in this order
13  parameterSets = cms.vstring('pythiaUESettings',
14  'processParameters')
15  ),
16 
17  jetMatching = cms.untracked.PSet(
18  scheme = cms.string("Alpgen"),
19  applyMatching = cms.bool(True),
20  exclusive = cms.bool(True),
21  etMin = cms.double(25.),
22  drMin = cms.double(0.7)
23  )
24 )

Definition at line 5 of file generator_cfi.py.