DQM
TrackingMonitorClient
python
DQMScaleToClient_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
dqmScaleToClient =
DQMEDHarvester
(
'DQMScaleToClient'
,
5
outputme = cms.PSet(
6
folder = cms.string(
''
),
7
name = cms.string(
''
),
8
factor = cms.double(1)
# it will scale the me to 1 [h->Scale(1./integral)]
9
),
10
inputme = cms.PSet(
11
folder = cms.string(
''
),
12
name = cms.string(
''
)
13
)
14
)
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
Generated for CMSSW Reference Manual by
1.8.14