CMS 3D CMS Logo

TrackTrigger_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #clusters
6 
7 #stubs
10 
11 #prefered algos
12 TTClusterAlgorithm_Phase2TrackerDigi_ = cms.ESPrefer('TTClusterAlgorithm_official_Phase2TrackerDigi_')
13 TTStubAlgorithm_Phase2TrackerDigi_ = cms.ESPrefer('TTStubAlgorithm_official_Phase2TrackerDigi_')
14 
15 #sequence
16 TrackTriggerClustersStubs = cms.Sequence(TTClustersFromPhase2TrackerDigis*TTStubsFromPhase2TrackerDigis)
17