CMS 3D CMS Logo

Variables

SiStripQualityESProducer_cfi Namespace Reference

Variables

tuple SiStripQualityESProducer

Variable Documentation

Initial value:
00001 cms.ESProducer(
00002     "SiStripQualityESProducer",
00003     appendToDataLabel = cms.string(''),
00004     ListOfRecordToMerge = cms.VPSet(
00005     cms.PSet( record = cms.string("SiStripDetVOffRcd"),    tag    = cms.string("") ),
00006     cms.PSet( record = cms.string("SiStripDetCablingRcd"), tag    = cms.string("") ),
00007     cms.PSet( record = cms.string("RunInfoRcd"),           tag    = cms.string("") ),
00008     cms.PSet( record = cms.string("SiStripBadStripRcd"),   tag    = cms.string("") ),
00009     cms.PSet( record = cms.string("SiStripBadChannelRcd"), tag    = cms.string("") ),
00010     cms.PSet( record = cms.string("SiStripBadFiberRcd"),   tag    = cms.string("") ),
00011     cms.PSet( record = cms.string("SiStripBadModuleRcd"),  tag    = cms.string("") )
00012     ),
00013     ReduceGranularity = cms.bool(False),
00014     # Minumum percentage of bad strips to set the full apv as bad.
00015     ThresholdForReducedGranularity = cms.double(0.3),
00016     # True means all the debug output from adding the RunInfo (default is False)
00017     PrintDebugOutput = cms.bool(False),
00018     # "True" means that the RunInfo is used even if all the feds are off (including other subdetectors).
00019     # This means that if the RunInfo was filled with a fake empty object we will still set the full tracker as bad.
00020     # With "False", instead, in that case the RunInfo information is discarded.
00021     # Default is "False".
00022     UseEmptyRunInfo = cms.bool(False),
00023 )

Definition at line 3 of file SiStripQualityESProducer_cfi.py.