CMS 3D CMS Logo

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

Variables

tuple ecalIntegrityClient
 
float errFractionThreshold = 0.01
 

Variable Documentation

tuple IntegrityClient_cfi.ecalIntegrityClient
Initial value:
1 = cms.untracked.PSet(
2  params = cms.untracked.PSet(
3  errFractionThreshold = cms.untracked.double(errFractionThreshold)
4  ),
5  sources = cms.untracked.PSet(
6  Occupancy = ecalOccupancyTask.MEs.Digi,
7  BlockSize = ecalIntegrityTask.MEs.BlockSize,
8  Gain = ecalIntegrityTask.MEs.Gain,
9  GainSwitch = ecalIntegrityTask.MEs.GainSwitch,
10  ChId = ecalIntegrityTask.MEs.ChId,
11  TowerId = ecalIntegrityTask.MEs.TowerId,
12  ),
13  MEs = cms.untracked.PSet(
14  QualitySummary = cms.untracked.PSet(
15  path = cms.untracked.string('%(subdet)s/%(prefix)sSummaryClient/%(prefix)sIT%(suffix)s integrity quality summary'),
16  kind = cms.untracked.string('TH2F'),
17  otype = cms.untracked.string('Ecal3P'),
18  btype = cms.untracked.string('Crystal'),
19  description = cms.untracked.string('Summary of the data integrity. A channel is red if more than ' + str(errFractionThreshold) + ' of its entries have integrity errors.')
20  ),
21  Quality = cms.untracked.PSet(
22  path = cms.untracked.string('%(subdet)s/%(prefix)sIntegrityClient/%(prefix)sIT data integrity quality %(sm)s'),
23  kind = cms.untracked.string('TH2F'),
24  otype = cms.untracked.string('SM'),
25  btype = cms.untracked.string('Crystal'),
26  description = cms.untracked.string('Summary of the data integrity. A channel is red if more than ' + str(errFractionThreshold) + ' of its entries have integrity errors.')
27  )
28  )
29 )

Definition at line 8 of file IntegrityClient_cfi.py.

float IntegrityClient_cfi.errFractionThreshold = 0.01

Definition at line 6 of file IntegrityClient_cfi.py.