CMS 3D CMS Logo

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

Variables

tuple GeneInfo = cms.Sequence(genParticles)
 
tuple genJetMET = cms.Sequence(genJetParticles*recoGenJets+genMETParticles*recoGenMET)
 
tuple hiGenJets = cms.Sequence(hiGenParticlesForJets*hiRecoGenJets)
 
tuple pgen = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")+VertexSmearing+GeneInfo+genJetMET)
 
tuple pgen_genonly = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer"))
 
tuple pgen_hi = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")+VertexSmearing+hiGenParticles+hiGenJets)
 
tuple pgen_himix = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")+matchVtx+hiGenParticles+hiGenJets)
 
tuple VertexSmearing = cms.Sequence(cms.SequencePlaceholder("VtxSmeared"))
 

Variable Documentation

tuple Generator_cff.GeneInfo = cms.Sequence(genParticles)

Definition at line 49 of file Generator_cff.py.

tuple Generator_cff.genJetMET = cms.Sequence(genJetParticles*recoGenJets+genMETParticles*recoGenMET)

Definition at line 50 of file Generator_cff.py.

tuple Generator_cff.hiGenJets = cms.Sequence(hiGenParticlesForJets*hiRecoGenJets)

Definition at line 61 of file Generator_cff.py.

tuple Generator_cff.pgen = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")+VertexSmearing+GeneInfo+genJetMET)

Definition at line 51 of file Generator_cff.py.

tuple Generator_cff.pgen_genonly = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer"))

Definition at line 55 of file Generator_cff.py.

tuple Generator_cff.pgen_hi = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")+VertexSmearing+hiGenParticles+hiGenJets)

Definition at line 65 of file Generator_cff.py.

tuple Generator_cff.pgen_himix = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")+matchVtx+hiGenParticles+hiGenJets)

Definition at line 69 of file Generator_cff.py.

tuple Generator_cff.VertexSmearing = cms.Sequence(cms.SequencePlaceholder("VtxSmeared"))

Definition at line 48 of file Generator_cff.py.