CMS 3D CMS Logo

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

Variables

tuple fsrWeight
 
tuple pdfWeights
 
tuple weakWeight
 

Variable Documentation

tuple pdfSystematics_cff.fsrWeight
Initial value:
1 = cms.EDProducer("FSRWeightProducer",
2  GenTag = cms.untracked.InputTag("genParticles"),
3  )

Definition at line 18 of file pdfSystematics_cff.py.

tuple pdfSystematics_cff.pdfWeights
Initial value:
1 = cms.EDProducer("PdfWeightProducer",
2  # Fix POWHEG if buggy (this PDF set will also appear on output,
3  # so only two more PDF sets can be added in PdfSetNames if not "")
4  #FixPOWHEG = cms.untracked.string("cteq66.LHgrid"),
5  #GenTag = cms.untracked.InputTag("genParticles"),
6  PdfInfoTag = cms.untracked.InputTag("generator"),
7  PdfSetNames = cms.untracked.vstring(
8  "cteq66.LHgrid"
9  , "MRST2006nnlo.LHgrid"
10  , "NNPDF10_100.LHgrid"
11  )
12  )

Definition at line 4 of file pdfSystematics_cff.py.

tuple pdfSystematics_cff.weakWeight
Initial value:
1 = cms.EDProducer("WeakEffectsWeightProducer",
2  GenParticlesTag = cms.untracked.InputTag("genParticles"),
3  RhoParameter = cms.untracked.double(1.004)
4  )

Definition at line 24 of file pdfSystematics_cff.py.