CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/SUSYBSMAnalysis/HSCP/python/HSCPTreeBuilder_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ####################################################################################
00004 #   HSCP TREE BUILDER
00005 ####################################################################################
00006 
00007 HSCPTreeBuilder = cms.EDProducer("HSCPTreeBuilder",
00008    HSCParticles       = cms.InputTag("HSCParticleProducer"),
00009 
00010    reccordVertexInfo  = cms.untracked.bool(True),
00011    reccordGenInfo     = cms.untracked.bool(False),
00012 )