CMS 3D CMS Logo

Variables

herwigValidation_cff Namespace Reference

Variables

tuple herwigValidationBlock

Variable Documentation

Initial value:
00001 cms.PSet(
00002         eventsToPrint = cms.untracked.uint32(1),
00003         dumpConfig  = cms.untracked.string("dump.config"),
00004         dumpEvents  = cms.untracked.string("dump.hepmc"),
00005 
00006         validationMSSM = cms.vstring(
00007                 'cd /Herwig/NewPhysics', 
00008                 'set HPConstructor:IncludeEW No', 
00009                 'set TwoBodyDC:CreateDecayModes No', 
00010                 'setup MSSM/Model ${HERWIGPATH}/SPhenoSPS1a.spc', 
00011                 'insert NewModel:DecayParticles 0 /Herwig/Particles/~d_L', 
00012                 'insert NewModel:DecayParticles 1 /Herwig/Particles/~u_L', 
00013                 'insert NewModel:DecayParticles 2 /Herwig/Particles/~e_R-', 
00014                 'insert NewModel:DecayParticles 3 /Herwig/Particles/~mu_R-', 
00015                 'insert NewModel:DecayParticles 4 /Herwig/Particles/~chi_10', 
00016                 'insert NewModel:DecayParticles 5 /Herwig/Particles/~chi_20', 
00017                 'insert NewModel:DecayParticles 6 /Herwig/Particles/~chi_2+'
00018         ),
00019 
00020         validationQCD = cms.vstring(
00021                 'cd /Herwig/MatrixElements/',
00022                 'insert SimpleQCD:MatrixElements[0] MEQCD2to2',
00023 #               'insert SimpleQCD:Reweights[0] /Herwig/Weights/reweightMinPT',
00024                 'cd /',
00025                 'set /Herwig/Cuts/JetKtCut:MinKT 50*GeV',
00026                 'set /Herwig/Cuts/JetKtCut:MaxKT 100*GeV',
00027                 'set /Herwig/UnderlyingEvent/MPIHandler:IdenticalToUE 0',
00028         )
00029 )

Definition at line 3 of file herwigValidation_cff.py.