CMS 3D CMS Logo

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

Variables

tuple siStripQualityESProducer
 

Variable Documentation

tuple SiStripQualityESProducer_cfi.siStripQualityESProducer
Initial value:
1 = cms.ESProducer(
2  "SiStripQualityESProducer",
3  appendToDataLabel = cms.string(''),
4  ListOfRecordToMerge = cms.VPSet(
5  cms.PSet( record = cms.string("SiStripDetVOffRcd"), tag = cms.string("") ),
6  cms.PSet( record = cms.string("SiStripDetCablingRcd"), tag = cms.string("") ),
7  cms.PSet( record = cms.string("RunInfoRcd"), tag = cms.string("") ),
8  cms.PSet( record = cms.string("SiStripBadStripRcd"), tag = cms.string("") ),
9  cms.PSet( record = cms.string("SiStripBadChannelRcd"), tag = cms.string("") ),
10  cms.PSet( record = cms.string("SiStripBadFiberRcd"), tag = cms.string("") ),
11  cms.PSet( record = cms.string("SiStripBadModuleRcd"), tag = cms.string("") )
12  ),
13  ReduceGranularity = cms.bool(False),
14  # Minumum percentage of bad strips to set the full apv as bad.
15  ThresholdForReducedGranularity = cms.double(0.3),
16  # True means all the debug output from adding the RunInfo (default is False)
17  PrintDebugOutput = cms.bool(False),
18  # "True" means that the RunInfo is used even if all the feds are off (including other subdetectors).
19  # This means that if the RunInfo was filled with a fake empty object we will still set the full tracker as bad.
20  # With "False", instead, in that case the RunInfo information is discarded.
21  # Default is "False".
22  UseEmptyRunInfo = cms.bool(False),
23 )

Definition at line 3 of file SiStripQualityESProducer_cfi.py.