CMS 3D CMS Logo

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

Variables

tuple ecalCertificationClient
 

Variable Documentation

tuple CertificationClient_cfi.ecalCertificationClient
Initial value:
1 = cms.untracked.PSet(
2  sources = cms.untracked.PSet(
3  DQM = ecalSummaryClient.MEs.ReportSummaryContents,
4  DCS = ecalTowerStatusTask.MEs.DCSContents,
5  DAQ = ecalTowerStatusTask.MEs.DAQContents
6  ),
7  MEs = cms.untracked.PSet(
8  CertificationMap = cms.untracked.PSet(
9  path = cms.untracked.string('Ecal/EventInfo/CertificationSummaryMap'),
10  kind = cms.untracked.string('TH2F'),
11  otype = cms.untracked.string('Ecal'),
12  btype = cms.untracked.string('DCC'),
13  description = cms.untracked.string('')
14  ),
15  CertificationContents = cms.untracked.PSet(
16  path = cms.untracked.string('Ecal/EventInfo/CertificationContents/Ecal_%(sm)s'),
17  kind = cms.untracked.string('REAL'),
18  otype = cms.untracked.string('SM'),
19  btype = cms.untracked.string('Report'),
20  description = cms.untracked.string('')
21  ),
22  Certification = cms.untracked.PSet(
23  path = cms.untracked.string('Ecal/EventInfo/CertificationSummary'),
24  kind = cms.untracked.string('REAL'),
25  otype = cms.untracked.string('Ecal'),
26  btype = cms.untracked.string('Report'),
27  description = cms.untracked.string('')
28  )
29  )
30 )

Definition at line 6 of file CertificationClient_cfi.py.