CMS 3D CMS Logo

OuterTrackerClientConfig_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 #from DQM.Phase2OuterTracker.OuterTrackerMonitorTTTrackClient_cfi import *
6 
7 OuterTrackerClient = cms.Sequence(OuterTrackerMonitorTTClusterClient
8  * OuterTrackerMonitorTTStubClient
9 # * OuterTrackerMonitorTTTrackClient
10  )
11