CMS 3D CMS Logo

SiPixelPhase1EfficiencyExtras_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 
5 SiPixelPhase1EfficiencyExtras = DQMEDHarvester("SiPixelPhase1EfficiencyExtras",
6  EffFolderName = cms.string('PixelPhase1/Tracks/'),
7  VtxFolderName = cms.string('Tracking/TrackParameters/generalTracks/GeneralProperties/'),
8  InstLumiFolderName = cms.string('HLT/LumiMonitoring/')
9 )