CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hydjet2Default_cfi.py
Go to the documentation of this file.
2 source = cms.Source("EmptySource")
4 
5 generator = cms.EDFilter("Hydjet2GeneratorFilter",
6  collisionParameters5100GeV,
7  qgpParameters,
8  hydjet2Parameters,
9  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)
10  PythiaParameters = cms.PSet(PythiaDefaultBlock,
11  parameterSets = cms.vstring(
12  #'pythiaUESettings',
13  'hydjet2PythiaDefault',
14  'ProQ2Otune',
15  #'pythiaJets',
16  #'pythiaPromptPhotons'
17 
18  #'myParameters',
19  #'pythiaZjets',
20  #'pythiaBottomoniumNRQCD',
21  #'pythiaCharmoniumNRQCD',
22  #'pythiaQuarkoniaSettings',
23  #'pythiaWeakBosons'
24  )
25  ),
26 
27  maxEventsToPrint = cms.untracked.int32(0),
28  pythiaPylistVerbosity = cms.untracked.int32(0),
29 
30  fIfb = cms.int32(1), # Flag of type of centrality generation, fBfix (=0 is fixed by fBfix, >0 distributed [fBfmin, fBmax])
31  fBmin = cms.double(0.), # Minimum impact parameter, fBmin
32  fBmax = cms.double(3.47500770746), # Maximum impact parameter, fBmax
33  fBfix = cms.double(0.), # Fixed impact parameter, fBfix
34 
35 )
36 '''
37 RA(Pb) ~= 6.813740957 fm
38 
39 % cent b/RA
40 0 0
41 5 0.51
42 6 0.57
43 10 0.74
44 12 0.81
45 15 0.91
46 20 1.05
47 25 1.18
48 30 1.29
49 35 1.39
50 40 1.49
51 45 1.58
52 50 1.67
53 55 1.75
54 60 1.83
55 65 1.90
56 70 1.97
57 75 2.06
58 '''