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  qgpParametersLHC,
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.), # Minimal impact parameter, fBmin (fm)
34  fBmax = cms.double(21.), # Maximal impact parameter, fBmax (fm)
35  fBfix = cms.double(0.), # Fixed impact parameter, fBfix (fm)
36 
37 )
38 '''
39 RA(Pb) ~= 6.813740957 fm
40 RA(Au) ~= 6.691445048 fm
41 
42  RHIC LHC
43 % centrality b/RA(Au) b/RA(Pb)
44 ---------------------------------------------
45 0 0 0
46 ---------------------------------------------
47 5 0.5 0.51
48 ---------------------------------------------
49 6 0.55 0.57
50 ---------------------------------------------
51 10 0.72 0.74
52 ---------------------------------------------
53 12 0.79 0.81
54 ---------------------------------------------
55 15 0.89 0.91
56 ---------------------------------------------
57 20 1.02 1.05
58 ---------------------------------------------
59 25 1.15 1.18
60 ---------------------------------------------
61 30 1.26 1.29
62 ---------------------------------------------
63 35 1.36 1.39
64 ---------------------------------------------
65 40 1.46 1.49
66 ---------------------------------------------
67 45 1.55 1.58
68 ---------------------------------------------
69 50 1.63 1.67
70 ---------------------------------------------
71 55 1.71 1.75
72 ---------------------------------------------
73 60 1.79 1.83
74 ---------------------------------------------
75 65 1.86 1.90
76 ---------------------------------------------
77 70 1.93 1.97
78 ---------------------------------------------
79 75 2.01 2.06
80 
81 '''