CMS 3D CMS Logo

Functions | Variables
autoCondPhase2 Namespace Reference

Functions

def autoCondPhase2 (autoCond)
 

Variables

list activeDets = ["T21","T25","T30","T33","T36","T37","T38"]
 
list activeKeys = ["LA", "LAWidth", "SimLA", "LAfromAlignment", "GenError", "Template", "TkAlignment", "TkAPE", "TkSurf"]
 Outer Tracker records (to be filled if necessary) More...
 
dictionary allTags = {}
 Active geometries: https://github.com/cms-sw/cmssw/blob/master/Configuration/Geometry/README.md. More...
 
tuple appendedTags = ()
 
 connectionString = essource.connect.value()
 
dictionary phase2GTs = {}
 
string SiPixel2DTemplatesRecord = "SiPixel2DTemplateDBObjectRcd"
 
string SiPixelGenErrorRecord = "SiPixelGenErrorDBObjectRcd"
 
string SiPixelLARecord = "SiPixelLorentzAngleRcd"
 
string SiPixelSimLARecord = "SiPixelLorentzAngleSimRcd"
 
string SiPixelTemplatesRecord = "SiPixelTemplateDBObjectRcd"
 
string TkAlRecord = "TrackerAlignmentRcd"
 
string TkAPERecord = "TrackerAlignmentErrorExtendedRcd"
 
string TkSurfRecord = "TrackerSurfaceDeformationRcd"
 
string TrackerLARecord = "SiPhase2OuterTrackerLorentzAngleRcd"
 
string TrackerSimLARecord = "SiPhase2OuterTrackerLorentzAngleSimRcd"
 

Function Documentation

◆ autoCondPhase2()

def autoCondPhase2.autoCondPhase2 (   autoCond)

Definition at line 165 of file autoCondPhase2.py.

165 def autoCondPhase2(autoCond):
166  for key,val in phase2GTs.items():
167  if len(val)==1 :
168  autoCond[key] = ( autoCond[val[0]] )
169  else:
170  autoCond[key] = ( autoCond[val[0]],) + val[1]
171 
172  return autoCond
173 
def autoCondPhase2(autoCond)

Variable Documentation

◆ activeDets

◆ activeKeys

list autoCondPhase2.activeKeys = ["LA", "LAWidth", "SimLA", "LAfromAlignment", "GenError", "Template", "TkAlignment", "TkAPE", "TkSurf"]

Outer Tracker records (to be filled if necessary)

All of the following conditions are not yet in active use, but will be activated in GT along the way

Definition at line 150 of file autoCondPhase2.py.

◆ allTags

dictionary autoCondPhase2.allTags = {}

Active geometries: https://github.com/cms-sw/cmssw/blob/master/Configuration/Geometry/README.md.

T21: Phase2 tilted tracker. Outer Tracker (v8.0.0): TBPS update in Layer 1 (facilitate IT insertion) + In all TEDD, update sensors Z inter-spacing. Inner Tracker: (v6.1.5) from previous T17 (TFPX: Changed sensors spacing within all double-disks + Increased distance between Disks 6 and 7 + TBPX portcards between Disks 6 and 7.) T25: Phase2 tilted tracker. Outer Tracker (v8.0.0): same as T24/T21. Inner Tracker (v7.0.2): Based on (v6.1.5) (T24/T21), but with 3D sensors in TBPX L1. T30: Phase2 tilted tracker, exploratory geometry only to be used in D91 for now. Outer Tracker (v8.0.1): based on v8.0.0 with updated TB2S spacing. Inner Tracker (v6.4.0): based on v6.1.5 but TFPX with more realistic module positions T33: Phase2 tilted tracker. As T25 - OT v8.0.0 (but with BTL overlap removed). IT: v7.1.1 - as in T25, except with more realistic description of 3D sensors.

Definition at line 25 of file autoCondPhase2.py.

Referenced by publishObjects().

◆ appendedTags

tuple autoCondPhase2.appendedTags = ()

Definition at line 156 of file autoCondPhase2.py.

◆ connectionString

autoCondPhase2.connectionString = essource.connect.value()

Definition at line 2 of file autoCondPhase2.py.

◆ phase2GTs

dictionary autoCondPhase2.phase2GTs = {}

Definition at line 154 of file autoCondPhase2.py.

◆ SiPixel2DTemplatesRecord

string autoCondPhase2.SiPixel2DTemplatesRecord = "SiPixel2DTemplateDBObjectRcd"

Definition at line 8 of file autoCondPhase2.py.

◆ SiPixelGenErrorRecord

string autoCondPhase2.SiPixelGenErrorRecord = "SiPixelGenErrorDBObjectRcd"

Definition at line 6 of file autoCondPhase2.py.

◆ SiPixelLARecord

string autoCondPhase2.SiPixelLARecord = "SiPixelLorentzAngleRcd"

Definition at line 4 of file autoCondPhase2.py.

◆ SiPixelSimLARecord

string autoCondPhase2.SiPixelSimLARecord = "SiPixelLorentzAngleSimRcd"

Definition at line 5 of file autoCondPhase2.py.

◆ SiPixelTemplatesRecord

string autoCondPhase2.SiPixelTemplatesRecord = "SiPixelTemplateDBObjectRcd"

Definition at line 7 of file autoCondPhase2.py.

◆ TkAlRecord

string autoCondPhase2.TkAlRecord = "TrackerAlignmentRcd"

Definition at line 11 of file autoCondPhase2.py.

◆ TkAPERecord

string autoCondPhase2.TkAPERecord = "TrackerAlignmentErrorExtendedRcd"

Definition at line 12 of file autoCondPhase2.py.

◆ TkSurfRecord

string autoCondPhase2.TkSurfRecord = "TrackerSurfaceDeformationRcd"

Definition at line 13 of file autoCondPhase2.py.

◆ TrackerLARecord

string autoCondPhase2.TrackerLARecord = "SiPhase2OuterTrackerLorentzAngleRcd"

Definition at line 9 of file autoCondPhase2.py.

◆ TrackerSimLARecord

string autoCondPhase2.TrackerSimLARecord = "SiPhase2OuterTrackerLorentzAngleSimRcd"

Definition at line 10 of file autoCondPhase2.py.