CMS 3D CMS Logo

AnalyzerDAQ_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 TrackerDTCAnalyzerDAQ_params = cms.PSet (
4 
5  InputTagTTClusterDetSetVec = cms.InputTag( "TTClustersFromPhase2TrackerDigis", "ClusterInclusive" ) # original TTCluster selection
6 
7 )