CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
DQMScaleToClient_cfi Namespace Reference

Variables

tuple dqmScaleToClient
 

Variable Documentation

tuple DQMScaleToClient_cfi.dqmScaleToClient
Initial value:
1 = cms.EDAnalyzer('DQMScaleToClient',
2  outputme = cms.PSet(
3  folder = cms.string(''),
4  name = cms.string(''),
5  factor = cms.double(1) # it will scale the me to 1 [h->Scale(1./integral)]
6  ),
7  inputme = cms.PSet(
8  folder = cms.string(''),
9  name = cms.string('')
10  )
11 )

Definition at line 3 of file DQMScaleToClient_cfi.py.