CMS 3D CMS Logo

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

Variables

tuple herwigValidationBlock
 

Variable Documentation

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

Definition at line 3 of file herwigValidation_cff.py.