Skip to content

Commit

Permalink
Merge pull request #36931 from mmusich/fixEraD91
Browse files Browse the repository at this point in the history
fix era to be compliant with underlying D91 geometry
  • Loading branch information
cmsbuild committed Feb 13, 2022
2 parents caa150e + 2ae9367 commit 1c6b8a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Configuration/Geometry/README.md
Expand Up @@ -68,7 +68,7 @@ Tracker:
* T27: Phase2 tilted tracker. Outer Tracker (v8.0.0): same as T24/T21. Inner Tracker (v8.0.0): Based on (v7.0.2) (T25), but with bricked pixels in the central rod of TBPX L2 and in the central 3 rods of TBPX L3+4. All pixels in TFPX and TEPX are bricked. Compatible with DD4hep library.
* T28: Phase2 tilted tracker. Outer Tracker (v8.0.0): same as T24/T21. Inner Tracker (v8.0.2): Based on (v7.0.2) (T25), but with bricked pixels in the central rod of TBPX L2+L3 and in the central 3 rods of TBPX L4, as well as in TFPX disks 5-8 and in TEPX. The other barrel pixels, and those in TFPX disks 1-4, are 25x100 mum planar. Compatible with DD4hep library.
* T29: Phase2 tilted tracker. Outer Tracker (v8.0.0): same as T24/T21. Inner Tracker (v8.0.3): Based on (v7.0.2) (T25), but with bricked pixels in the central rod of TBPX L2+L3 and in the central 3 rods of TBPX L4, and with 50x50 mum pixels in TFPX and TEPX. Compatible with DD4hep library.

* T30: Phase2 titled 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.

Calorimeters:
* C9: HGCal (v11 post TDR HGCal Geometry w/ corner centering for HE part) + Phase2 HCAL and EB + Tracker cables (used in 2026D49)
Expand Down Expand Up @@ -132,3 +132,4 @@ Several detector combinations have been generated:
* D88 = T24+C17+M10+I15+O9+F6
* D89 = T28+C14+M9+I13+O7+F8
* D90 = T29+C14+M9+I13+O7+F8
* D91 = T30+C17+M10+I15+O9+F6
Expand Up @@ -1607,7 +1607,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
'Geom' : 'Extended2026D91',
'HLTmenu': '@fake2',
'GT' : 'auto:phase2_realistic_T30',
'Era' : 'Phase2C11I13M9',
'Era' : 'Phase2C17I13M9',
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal'],
},
}
Expand Down

0 comments on commit 1c6b8a1

Please sign in to comment.