CMS 3D CMS Logo

Functions
autoCondPhase2 Namespace Reference

Functions

def autoCondPhase2 (autoCond)
 Active geometries: https://github.com/cms-sw/cmssw/blob/master/Configuration/Geometry/README.md. More...
 

Function Documentation

◆ autoCondPhase2()

def autoCondPhase2.autoCondPhase2 (   autoCond)

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. T27: Phase2 tilted tracker. Outer Tracker (v8.0.0): same as T24/T21. Inner Tracker: with bricked pixels 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 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 147 of file autoCondPhase2.py.

147 def autoCondPhase2(autoCond):
148  for key,val in phase2GTs.items():
149  if len(val)==1 :
150  autoCond[key] = ( autoCond[val[0]] )
151  else:
152  autoCond[key] = ( autoCond[val[0]],) + val[1]
153 
154  return autoCond
155 
def autoCondPhase2(autoCond)
Active geometries: https://github.com/cms-sw/cmssw/blob/master/Configuration/Geometry/README.md.