CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Tracker_DependentRecords_forGlobalTag_nofakes_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #Gain
4 # first SiStripGainESProducer takes SiStripGainRcd from DB
6 
7 # SiStripLorentzAngleDep producer to select the LA value according to Tracker mode
9 
10 # SiStripBackPlaneCorrectionDep producer to select the LA value according to Tracker mode
12 
13 #LorentzAngle
16 
17 #cabling
18 sistripconn = cms.ESProducer("SiStripConnectivity")
19 
21 siStripQualityESProducer.ListOfRecordToMerge = cms.VPSet(
22  cms.PSet( record = cms.string("SiStripDetVOffRcd"), tag = cms.string("") ),
23  cms.PSet( record = cms.string("SiStripDetCablingRcd"), tag = cms.string("") ),
24  cms.PSet( record = cms.string("RunInfoRcd"), tag = cms.string("") ),
25  cms.PSet( record = cms.string("SiStripBadChannelRcd"), tag = cms.string("") ),
26  cms.PSet( record = cms.string("SiStripBadFiberRcd"), tag = cms.string("") ),
27  cms.PSet( record = cms.string("SiStripBadModuleRcd"), tag = cms.string("") ),
28  cms.PSet( record = cms.string("SiStripBadStripRcd"), tag = cms.string("") )
29  )
30 siStripQualityESProducer.ReduceGranularity = cms.bool(False)
31 # True means all the debug output from adding the RunInfo (default is False)
32 siStripQualityESProducer.PrintDebugOutput = cms.bool(False)
33 # "True" means that the RunInfo is used even if all the feds are off (including other subdetectors).
34 # This means that if the RunInfo was filled with a fake empty object we will still set the full tracker as bad.
35 # With "False", instead, in that case the RunInfo information is discarded.
36 # Default is "False".
37 siStripQualityESProducer.UseEmptyRunInfo = cms.bool(False)
38 
40 siPixelQualityESProducer.ListOfRecordToMerge = cms.VPSet(
41  cms.PSet( record = cms.string("SiPixelQualityFromDbRcd"),
42  tag = cms.string("")
43  ),
44  cms.PSet( record = cms.string("SiPixelDetVOffRcd"),
45  tag = cms.string("")
46  )
47  )