CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pyquen_GammaJet_pt20_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','customProcesses','pythiaPromptPhotons','kinematics'),
13  kinematics = cms.vstring ("CKIN(3)=20", #min pthat
14  "CKIN(4)=9999", #max pthat
15  "CKIN(7)=-2.", #min rapidity
16  "CKIN(8)=2." #max rapidity
17  )
18 
19  ),
20  cFlag = cms.int32(0), ## centrality flag
21  bMin = cms.double(0.0), ## min impact param (fm); valid only if cflag_!=0
22  bMax = cms.double(0.0) ## max impact param (fm); valid only if cflag_!=0
23  )
24 
25 hiSignal.embeddingMode = True
26 
27 configurationMetadata = cms.untracked.PSet(
28  version = cms.untracked.string('$Revision: 1.3 $'),
29  name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/Pyquen_GammaJet_pt20_2760GeV_cfi.py,v $'),
30  annotation = cms.untracked.string('PYQUEN quenched gamma-jets (pt-hat > 20 GeV) at sqrt(s) = 2.76TeV')
31  )
32 
33 ProductionFilterSequence = cms.Sequence(hiSignal)