CMS 3D CMS Logo

AlcaLumiPCCHarvester_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Calibration.LumiAlCaRecoProducers.CorrPCCProducer_cfi import*
4 
5 DQMStore = cms.Service("DQMStore")
6 
7 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
8 dqmEnvLumiPCC = DQMEDHarvester('DQMHarvestingMetadata',
9  subSystemFolder=cms.untracked.string('AlCaReco'))
10 
11 
12 ALCAHARVESTLumiPCC = cms.Sequence(corrPCCProd + dqmEnvLumiPCC)