CMS 3D CMS Logo

cscTnPEfficiencyClient_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 cscTnPEfficiencyClient = DQMEDHarvester("TnPEfficiencyClient",
5  #Histogram names listed as "passProbeHistoName:failProbeHistoName"
6  subsystem = cms.untracked.string("CSC"),
7  histoNames = cms.untracked.vstring("CSC_nPassingProbe_allCh:CSC_nFailingProbe_allCh",
8  "CSC_nPassingProbe_allCh_1D:CSC_nFailingProbe_allCh_1D",
9  "CSC_nPassingProbe_allCh:CSC_nFailingProbe_allCh"),
10  diagnosticPrescale = cms.untracked.int32(1))