CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
herwigValidation_cff.py
Go to the documentation of this file.
2 
3 herwigValidationBlock = cms.PSet(
4  eventsToPrint = cms.untracked.uint32(1),
5  dumpConfig = cms.untracked.string("dump.config"),
6  dumpEvents = cms.untracked.string("dump.hepmc"),
7 
8  validationMSSM = cms.vstring(
9  'cd /Herwig/NewPhysics',
10  'set HPConstructor:IncludeEW No',
11  'set TwoBodyDC:CreateDecayModes No',
12  'setup MSSM/Model ${HERWIGPATH}/SPhenoSPS1a.spc',
13  'insert NewModel:DecayParticles 0 /Herwig/Particles/~d_L',
14  'insert NewModel:DecayParticles 1 /Herwig/Particles/~u_L',
15  'insert NewModel:DecayParticles 2 /Herwig/Particles/~e_R-',
16  'insert NewModel:DecayParticles 3 /Herwig/Particles/~mu_R-',
17  'insert NewModel:DecayParticles 4 /Herwig/Particles/~chi_10',
18  'insert NewModel:DecayParticles 5 /Herwig/Particles/~chi_20',
19  'insert NewModel:DecayParticles 6 /Herwig/Particles/~chi_2+'
20  ),
21 
22  validationQCD = cms.vstring(
23  'cd /Herwig/MatrixElements/',
24  'insert SimpleQCD:MatrixElements[0] MEQCD2to2',
25 # 'insert SimpleQCD:Reweights[0] /Herwig/Weights/reweightMinPT',
26  'cd /',
27  'set /Herwig/Cuts/JetKtCut:MinKT 50*GeV',
28  'set /Herwig/Cuts/JetKtCut:MaxKT 100*GeV',
29  'set /Herwig/UnderlyingEvent/MPIHandler:IdenticalToUE 0',
30  )
31 )