CMS 3D CMS Logo

hydjet2Default_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 source = cms.Source("EmptySource")
4 
6 
7 generator = cms.EDFilter("Hydjet2GeneratorFilter",
8  collisionParameters5020GeV,
9  qgpParameters,
10  hydjet2Parameters,
11  fNhsel = cms.int32(2), # Flag to include jet (J)/jet quenching (JQ) and hydro (H) state production, fNhsel (0 H on & J off, 1 H/J on & JQ off, 2 H/J/HQ on, 3 J on & H/JQ off, 4 H off & J/JQ on)
12  PythiaParameters = cms.PSet(PythiaDefaultBlock,
13  parameterSets = cms.vstring(
14  #'pythiaUESettings',
15  'ProQ2Otune',
16  'hydjet2PythiaDefault',
17  'pythiaJets',
18  'pythiaPromptPhotons',
19  'myParameters',
20  'pythiaZjets',
21  'pythiaBottomoniumNRQCD',
22  'pythiaCharmoniumNRQCD',
23  'pythiaQuarkoniaSettings',
24  'pythiaWeakBosons',
25  'TDB'
26  )
27  ),
28 
29  maxEventsToPrint = cms.untracked.int32(0),
30  pythiaPylistVerbosity = cms.untracked.int32(0),
31 
32  fIfb = cms.int32(1), # Flag of type of centrality generation, fBfix (=0 is fixed by fBfix, >0 distributed [fBfmin, fBmax])
33  fBmin = cms.double(0.), # Minimum impact parameter, fBmin
34  fBmax = cms.double(30.), # Maximum impact parameter, fBmax
35  fBfix = cms.double(0.), # Fixed impact parameter, fBfix
36 
37 )
38 '''
39 RA(Pb) ~= 6.813740957 fm
40 
41 % cent b/RA
42 0 0
43 5 0.51
44 6 0.57
45 10 0.74
46 12 0.81
47 15 0.91
48 20 1.05
49 25 1.18
50 30 1.29
51 35 1.39
52 40 1.49
53 45 1.58
54 50 1.67
55 55 1.75
56 60 1.83
57 65 1.90
58 70 1.97
59 75 2.06
60 '''