CMS 3D CMS Logo

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

Variables

tuple genVertexT0Table
 
tuple genVertexTable
 
tuple genVertexTablesTask = cms.Task(genVertexTable,genVertexT0Table)
 

Variable Documentation

tuple genVertex_cff.genVertexT0Table
Initial value:
1 = cms.EDProducer("GlobalVariablesTableProducer",
2  name = cms.string("GenVtx"),
3  extension = cms.bool(True),
4  variables = cms.PSet(
5  t0 = ExtVar( cms.InputTag("genParticles:t0"), "float", doc = "gen vertex t0", precision=12),
6  )
7 )
def ExtVar
Definition: common_cff.py:31

Definition at line 19 of file genVertex_cff.py.

tuple genVertex_cff.genVertexTable
Initial value:
1 = cms.EDProducer("SimpleXYZPointFlatTableProducer",
2  src = cms.InputTag("genParticles:xyz0"),
3  cut = cms.string(""),
4  name= cms.string("GenVtx"),
5  doc = cms.string("Gen vertex"),
6  singleton = cms.bool(True),
7  extension = cms.bool(False),
8  variables = cms.PSet(
9  x = Var("X", float, doc="gen vertex x", precision=10),
10  y = Var("Y", float, doc="gen vertex y", precision=10),
11  z = Var("Z", float, doc="gen vertex z", precision=16),
12  )
13 )

Definition at line 5 of file genVertex_cff.py.

tuple genVertex_cff.genVertexTablesTask = cms.Task(genVertexTable,genVertexT0Table)

Definition at line 27 of file genVertex_cff.py.