CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MinBias_7TeV_herwigpp_cff.py
Go to the documentation of this file.
2 
4 
5 source = cms.Source("EmptySource")
6 generator = cms.EDFilter("ThePEGGeneratorFilter",
7  herwigDefaultsBlock,
8 
9  configFiles = cms.vstring(),
10  parameterSets = cms.vstring(
11  'cm7TeV',
12  'pdfMRST2001',
13  'Summer09QCDParameters',
14  'basicSetup',
15  'setParticlesStableForDetector',
16  ),
17 
18  Summer09QCDParameters = cms.vstring(
19  'cd /Herwig/MatrixElements/',
20  'insert SimpleQCD:MatrixElements[0] MEMinBias',
21 
22  'cd /',
23  'cd /Herwig/Cuts',
24  'set JetKtCut:MinKT 0.0*GeV',
25  'set QCDCuts:MHatMin 0.0*GeV',
26  'set QCDCuts:X1Min 0.01',
27  'set QCDCuts:X2Min 0.01',
28  'set /Herwig/UnderlyingEvent/MPIHandler:IdenticalToUE 0',
29  ),
30 
31  crossSection = cms.untracked.double(101.9e+09),
32  filterEfficiency = cms.untracked.double(1.0),
33 )
34 
35 ProductionFilterSequence = cms.Sequence(generator)