CMS 3D CMS Logo

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

Variables

tuple ecalRawDataClient
 
int synchErrThresholdFactor = 1
 

Variable Documentation

tuple RawDataClient_cfi.ecalRawDataClient
Initial value:
1 = cms.untracked.PSet(
2  params = cms.untracked.PSet(
3  synchErrThresholdFactor = cms.untracked.double(synchErrThresholdFactor)
4  ),
5  sources = cms.untracked.PSet(
6  Entries = ecalOccupancyTask.MEs.DCC,
7  L1ADCC = ecalRawDataTask.MEs.L1ADCC,
8  FEStatus = ecalRawDataTask.MEs.FEStatus
9  ),
10  MEs = cms.untracked.PSet(
11  QualitySummary = cms.untracked.PSet(
12  path = cms.untracked.string('%(subdet)s/%(prefix)sSummaryClient/%(prefix)sSFT%(suffix)s front-end status summary'),
13  kind = cms.untracked.string('TH2F'),
14  otype = cms.untracked.string('Ecal3P'),
15  btype = cms.untracked.string('SuperCrystal'),
16  description = cms.untracked.string('Summary of the raw data (DCC and front-end) quality. A channel is red if it has nonzero events with FE status that is different from any of ENABLED, DISABLED, SUPPRESSED, FIFOFULL, FIFOFULL_L1ADESYNC, and FORCEDZS. A FED can also go red if its number of L1A desynchronization errors is greater than ' + str(synchErrThresholdFactor) + ' * log10(total entries).')
17  ),
18  ErrorsSummary = cms.untracked.PSet(
19  path = cms.untracked.string('%(subdet)s/%(prefix)sSummaryClient/%(prefix)sSFT front-end status errors summary'),
20  kind = cms.untracked.string('TH1F'),
21  otype = cms.untracked.string('Ecal2P'),
22  btype = cms.untracked.string('DCC'),
23  description = cms.untracked.string('Counter of data towers flagged as bad in the quality summary')
24  )
25  )
26 )

Definition at line 8 of file RawDataClient_cfi.py.

int RawDataClient_cfi.synchErrThresholdFactor = 1

Definition at line 6 of file RawDataClient_cfi.py.