CMS 3D CMS Logo

RecoTrackerBHM_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #seeds
5 #Ckf
7 #Final fit
9 
10 beamhaloTracksTask = cms.Task(
11  beamhaloTrackerSeedingLayers,
12  beamhaloTrackerSeeds,
13  beamhaloTrackCandidates,
14  beamhaloTracks
15  )
16 beamhaloTracksSeq = cms.Sequence(beamhaloTracksTask)