CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pyquen_DiJet_pt80to120_2760GeV_cfi.py
Go to the documentation of this file.
2 
4 
5 hiSignal = cms.EDFilter("PyquenGeneratorFilter",
6  collisionParameters,
7  qgpParameters,
8  pyquenParameters,
9  doQuench = cms.bool(True),
10  bFixed = cms.double(0.0), ## fixed impact param (fm); valid only if cflag_=0
11  PythiaParameters = cms.PSet(pyquenPythiaDefaultBlock,
12  parameterSets = cms.vstring('pythiaUESettings','ppJets','kinematics'),
13  kinematics = cms.vstring ("CKIN(3)=80", #min pthat
14  "CKIN(4)=120" #max pthat
15  )
16  ),
17  cFlag = cms.int32(0), ## centrality flag
18  bMin = cms.double(0.0), ## min impact param (fm); valid only if cflag_!=0
19  bMax = cms.double(0.0) ## max impact param (fm); valid only if cflag_!=0
20  )
21 
22 hiSignal.embeddingMode = True
23 
24 configurationMetadata = cms.untracked.PSet(
25  version = cms.untracked.string('$Revision: 1.2 $'),
26  name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/Pyquen_DiJet_pt80to120_2760GeV_cfi.py,v $'),
27  annotation = cms.untracked.string('PYQUEN quenched dijets (80 < pt-hat < 120 GeV) at sqrt(s) = 2.76TeV')
28  )
29 
30 ProductionFilterSequence = cms.Sequence(hiSignal)