CMS 3D CMS Logo

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

Variables

tuple bFlavorHistoryProducer
 
tuple cFlavorHistoryProducer
 

Variable Documentation

tuple flavorHistoryProducer_cfi.bFlavorHistoryProducer
Initial value:
1 = cms.EDProducer("FlavorHistoryProducer",
2  src = cms.InputTag("genParticles"),
3  matchedSrc = cms.InputTag("ak5GenJets"),
4  matchDR = cms.double(0.5),
5  pdgIdToSelect = cms.int32(5),
6  ptMinParticle = cms.double(0.0),
7  ptMinShower = cms.double(0.0),
8  etaMaxParticle = cms.double(100.0),
9  etaMaxShower = cms.double(100.0),
10  flavorHistoryName = cms.string("bPartonFlavorHistory"),
11  verbose = cms.untracked.bool(False)
12  )

Definition at line 16 of file flavorHistoryProducer_cfi.py.

tuple flavorHistoryProducer_cfi.cFlavorHistoryProducer
Initial value:
1 = cms.EDProducer("FlavorHistoryProducer",
2  src = cms.InputTag("genParticles"),
3  matchedSrc = cms.InputTag("ak5GenJets"),
4  matchDR = cms.double(0.5),
5  pdgIdToSelect = cms.int32(4),
6  ptMinParticle = cms.double(0.0),
7  ptMinShower = cms.double(0.0),
8  etaMaxParticle = cms.double(100.0),
9  etaMaxShower = cms.double(100.0),
10  flavorHistoryName = cms.string("cPartonFlavorHistory"),
11  verbose = cms.untracked.bool(False)
12  )

Definition at line 3 of file flavorHistoryProducer_cfi.py.