CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/RecoBTag/SecondaryVertex/python/ghostTrackES_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoBTag.SecondaryVertex.ghostTrackCommon_cfi import *
00004 
00005 ghostTrack = cms.ESProducer("GhostTrackESProducer",
00006         ghostTrackCommon,
00007         useCategories = cms.bool(True),
00008         calibrationRecords = cms.vstring(
00009                 'GhostTrackRecoVertex', 
00010                 'GhostTrackPseudoVertex', 
00011                 'GhostTrackNoVertex'),
00012         categoryVariableName = cms.string('vertexCategory')
00013 )