CMS 3D CMS Logo

recoTrackAccumulator_cfi.py
Go to the documentation of this file.
1 
6 
7 import FWCore.ParameterSet.Config as cms
8 
9 recoTrackAccumulator = cms.PSet(
10  signalTracks = cms.InputTag("generalTracksBeforeMixing"),
11  pileUpTracks = cms.InputTag("generalTracksBeforeMixing"),
12 
13  outputLabel = cms.string("generalTracks"),
14 
15  accumulatorType = cms.string("RecoTrackAccumulator"),
16  makeDigiSimLinks = cms.untracked.bool(False)
17 
18  )