CMS 3D CMS Logo

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

Variables

tuple generator
 

Variable Documentation

tuple Hydjet2_Quenched_MinBias_5020GeV_cfi.generator
Initial value:
1 = cms.EDFilter("Hydjet2GeneratorFilter",
2  collisionParameters5020GeV,
3  qgpParametersLHC,
4  hydjet2Parameters,
5  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)
6  PythiaParameters = cms.PSet(PythiaDefaultBlock,
7  parameterSets = cms.vstring(
8  'ProQ2Otune',
9  'hydjet2PythiaDefault',
10  )
11  ),
12 
13  maxEventsToPrint = cms.untracked.int32(0),
14  pythiaPylistVerbosity = cms.untracked.int32(0),
15 
16  fIfb = cms.int32(1), # Flag of type of centrality generation, fBfix (=0 is fixed by fBfix, >0 distributed [fBfmin, fBmax])
17  fBmin = cms.double(0.), # Minimal impact parameter, fBmin (fm)
18  fBmax = cms.double(21.), # Maximal impact parameter, fBmax (fm)
19  fBfix = cms.double(0.), # Fixed impact parameter, fBfix (fm)
20  )

Definition at line 5 of file Hydjet2_Quenched_MinBias_5020GeV_cfi.py.