test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
totemRPDQMSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 totemRPDQMSource = cms.EDAnalyzer("TotemRPDQMSource",
4  tagStatus = cms.InputTag("totemRPRawToDigi", "RP"),
5  tagDigi = cms.InputTag("totemRPRawToDigi", "RP"),
6  tagCluster = cms.InputTag("totemRPClusterProducer"),
7  tagRecHit = cms.InputTag("totemRPRecHitProducer"),
8  tagUVPattern = cms.InputTag("totemRPUVPatternFinder"),
9  tagLocalTrack = cms.InputTag("totemRPLocalTrackFitter"),
10 
11  verbosity = cms.untracked.uint32(0),
12 )