CMS 3D CMS Logo

gemEfficiencyHarvester_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
4 
5 gemEfficiencyHarvesterTight = DQMEDHarvester('GEMEfficiencyHarvester',
6  folder = cms.untracked.string('GEM/GEMEfficiency/TightGlobalMuon'),
7  logCategory = cms.untracked.string('GEMEfficiencyHarvesterTight')
8 )
9 
10 gemEfficiencyHarvesterSTA = DQMEDHarvester('GEMEfficiencyHarvester',
11  folder = cms.untracked.string('GEM/GEMEfficiency/StandaloneMuon'),
12  logCategory = cms.untracked.string('GEMEfficiencyHarvesterSTA')
13 )
DQMEDHarvester
Definition: DQMEDHarvester.py:1