CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
autoCondPhase2 Namespace Reference

Functions

def autoCondPhase2
 

Variables

list activeDets = ["T15","T21","T22","T23","T25","T26","T27"]
 
list activeKeys = ["LA","LAWidth","SimLA","LAfromAlignment","GenError","Template"]
 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 = ()
 
tuple connectionString = essource.connect.value()
 
dictionary phase2GTs = {}
 
string SiPixel2DTemplatesRecord = "SiPixel2DTemplateDBObjectRcd"
 
string SiPixelGenErrorRecord = "SiPixelGenErrorDBObjectRcd"
 
string SiPixelLARecord = "SiPixelLorentzAngleRcd"
 
string SiPixelSimLARecord = "SiPixelLorentzAngleSimRcd"
 
string SiPixelTemplatesRecord = "SiPixelTemplateDBObjectRcd"
 
string TrackerLARecord = "SiPhase2OuterTrackerLorentzAngleRcd"
 
string TrackerSimLARecord = "SiPhase2OuterTrackerLorentzAngleSimRcd"
 

Function Documentation

def autoCondPhase2.autoCondPhase2 (   autoCond)

Definition at line 138 of file autoCondPhase2.py.

139 def autoCondPhase2(autoCond):
140  for key,val in phase2GTs.items():
141  if len(val)==1 :
142  autoCond[key] = ( autoCond[val[0]] )
143  else:
144  autoCond[key] = ( autoCond[val[0]],) + val[1]
145 
146  return autoCond

Variable Documentation

list autoCondPhase2.activeDets = ["T15","T21","T22","T23","T25","T26","T27"]

Definition at line 126 of file autoCondPhase2.py.

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

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 123 of file autoCondPhase2.py.

dictionary autoCondPhase2.allTags = {}

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

T15: Phase2 tilted tracker (v6.1.6) w/ phase 2 pixel (v6.1.3) (Active geometry: same as T14. Material Budget: major update in IT, gathering info from recent Mechanical designs.) 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.) T22: Phase2 tilted tracker. Outer Tracker (v8.0.0): same as T21. Inner Tracker: Based on (v6.1.5) (T21), but with 50x50 pixel aspect ratio everywhere. T23: Phase2 tilted tracker. Outer Tracker (v8.0.0): same as T21. Inner Tracker: Based on (v6.1.5) (T21), but with 3D sensors in TBPX L1 + TBPX L2 + TFPX R1. 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. T26: Phase2 tilted tracker. Outer Tracker (v8.0.0): same as T24/T21. Inner Tracker (v7.0.3): Based on (v6.1.5) (T24/T21), but with 3D sensors in TBPX L1 and 50x50 pixel aspect ratio in TFPX and TEPX.

Definition at line 25 of file autoCondPhase2.py.

Referenced by publishObjects().

tuple autoCondPhase2.appendedTags = ()

Definition at line 129 of file autoCondPhase2.py.

tuple autoCondPhase2.connectionString = essource.connect.value()

Definition at line 2 of file autoCondPhase2.py.

dictionary autoCondPhase2.phase2GTs = {}

Definition at line 127 of file autoCondPhase2.py.

string autoCondPhase2.SiPixel2DTemplatesRecord = "SiPixel2DTemplateDBObjectRcd"

Definition at line 8 of file autoCondPhase2.py.

string autoCondPhase2.SiPixelGenErrorRecord = "SiPixelGenErrorDBObjectRcd"

Definition at line 6 of file autoCondPhase2.py.

string autoCondPhase2.SiPixelLARecord = "SiPixelLorentzAngleRcd"

Definition at line 4 of file autoCondPhase2.py.

string autoCondPhase2.SiPixelSimLARecord = "SiPixelLorentzAngleSimRcd"

Definition at line 5 of file autoCondPhase2.py.

string autoCondPhase2.SiPixelTemplatesRecord = "SiPixelTemplateDBObjectRcd"

Definition at line 7 of file autoCondPhase2.py.

string autoCondPhase2.TrackerLARecord = "SiPhase2OuterTrackerLorentzAngleRcd"

Definition at line 9 of file autoCondPhase2.py.

string autoCondPhase2.TrackerSimLARecord = "SiPhase2OuterTrackerLorentzAngleSimRcd"

Definition at line 10 of file autoCondPhase2.py.