test
CMS 3D CMS Logo

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

Variables

tuple ecalPNIntegrityClient
 
float errFractionThreshold = 0.01
 

Variable Documentation

tuple PNIntegrityClient_cfi.ecalPNIntegrityClient
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 = ecalPNDiodeTask.MEs.Occupancy,
7  MEMChId = ecalPNDiodeTask.MEs.MEMChId,
8  MEMGain = ecalPNDiodeTask.MEs.MEMGain,
9  MEMBlockSize = ecalPNDiodeTask.MEs.MEMBlockSize,
10  MEMTowerId = ecalPNDiodeTask.MEs.MEMTowerId
11  ),
12  MEs = cms.untracked.PSet(
13  QualitySummary = cms.untracked.PSet(
14  path = cms.untracked.string('%(subdet)s/%(prefix)sSummaryClient/%(prefix)sIT PN integrity quality summary'),
15  kind = cms.untracked.string('TH2F'),
16  otype = cms.untracked.string('MEM2P'),
17  btype = cms.untracked.string('Crystal'),
18  description = cms.untracked.string('Summary of the data integrity in PN channels. A channel is red if more than ' + str(100 * errFractionThreshold) + '% of its entries have integrity errors.')
19  )
20  )
21 )

Definition at line 7 of file PNIntegrityClient_cfi.py.

float PNIntegrityClient_cfi.errFractionThreshold = 0.01

Definition at line 5 of file PNIntegrityClient_cfi.py.