CMS 3D CMS Logo

SiPixelPhase1ResidualsExtra_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 SiPixelPhase1ResidualsExtra = DQMEDHarvester("SiPixelPhase1ResidualsExtra",
5  TopFolderName = cms.string('PixelPhase1/Tracks/ResidualsExtra'),
6  MinHits = cms.int32(30)
7 )