CMS 3D CMS Logo

SiOuterTrackerMCHarvesting_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
4 OuterTrackerHarvesterV = DQMEDHarvester("OuterTrackerMCHarvester",)
5 
6 OuterTracker_harvestingV = cms.Sequence(OuterTrackerHarvesterV)