1 import FWCore.ParameterSet.Config
as cms
5 candidateGhostTrackComputer = cms.ESProducer(
"CandidateGhostTrackESProducer",
7 useCategories = cms.bool(
True),
8 calibrationRecords = cms.vstring(
9 'GhostTrackRecoVertex',
10 'GhostTrackPseudoVertex',
11 'GhostTrackNoVertex'),
12 recordLabel = cms.string(
''),
13 categoryVariableName = cms.string(
'vertexCategory')