CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HSCPTreeBuilder_cff.py
Go to the documentation of this file.
2 
3 ####################################################################################
4 # HSCP TREE BUILDER
5 ####################################################################################
6 
7 HSCPTreeBuilder = cms.EDProducer("HSCPTreeBuilder",
8  HSCParticles = cms.InputTag("HSCParticleProducer"),
9 
10  reccordVertexInfo = cms.untracked.bool(True),
11  reccordGenInfo = cms.untracked.bool(False),
12 )