CMS 3D CMS Logo

Variables

generator_cfi Namespace Reference

Variables

tuple generator

Variable Documentation

Initial value:
00001 cms.EDFilter("Pythia6HadronizerFilter",
00002     pythiaHepMCVerbosity = cms.untracked.bool(True),
00003     maxEventsToPrint = cms.untracked.int32(0),
00004     pythiaPylistVerbosity = cms.untracked.int32(1),
00005     comEnergy = cms.double(14000.0),
00006 
00007     PythiaParameters = cms.PSet(
00008         pythiaUESettingsBlock,
00009         processParameters = cms.vstring('MSEL=0          ! User defined processes',
00010                                         'MSTJ(1)=1       ! Fragmentation/hadronization on or off',
00011                                         'MSTJ(11)=3      ! Choice of the fragmentation function'),
00012         # This is a vector of ParameterSet names to be read, in this order
00013         parameterSets = cms.vstring('pythiaUESettings',
00014                                     'processParameters')
00015         ),
00016 
00017     jetMatching = cms.untracked.PSet(
00018         scheme = cms.string("Alpgen"),
00019         applyMatching = cms.bool(True),
00020         exclusive = cms.bool(True),
00021         etMin = cms.double(25.),
00022         drMin = cms.double(0.7)
00023         )
00024 )

Definition at line 5 of file generator_cfi.py.