Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bsunanda:Phase2-gem24 Fix the issue of GE21 with staggered gap #17889

Merged
merged 2 commits into from Mar 18, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions Geometry/GEMGeometry/test/testGEMGeometry_cfg.py
Expand Up @@ -2,8 +2,13 @@

process = cms.Process("Demo")

process.load('Configuration.Geometry.GeometryExtended2023D1_cff')
process.load('Configuration.Geometry.GeometryExtended2023D1Reco_cff')

process.load('Configuration.Geometry.GeometryExtended2023D4Reco_cff')
process.load('Configuration.Geometry.GeometryExtended2023D4_cff')


#process.load('Configuration.Geometry.GeometryExtended2023D1_cff')
#process.load('Configuration.Geometry.GeometryExtended2023D1Reco_cff')
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
from Configuration.AlCa.GlobalTag import GlobalTag
process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:run2_mc', '')
Expand Down
4 changes: 2 additions & 2 deletions Geometry/GEMGeometryBuilder/data/GEMSpecsFilter.xml
Expand Up @@ -7,8 +7,8 @@
<PartSelector path="//GEMBox11S"/>
<PartSelector path="//GSAX11S"/>
<PartSelector path="//GHA1..*"/>
<PartSelector path="//GEMBox21L"/>
<PartSelector path="//GSAX21L"/>
<PartSelector path="//GEMBox21..*"/>
<PartSelector path="//GSAX21..*"/>
<PartSelector path="//GHA2..*"/>
<Parameter name="MuStructure" value="MuonEndCapGEM"/>
</SpecPar>
Expand Down
4 changes: 2 additions & 2 deletions Geometry/GEMGeometryBuilder/data/v7/GEMSpecsFilter.xml
Expand Up @@ -13,8 +13,8 @@
<PartSelector path="//GEMBox11S"/>
<PartSelector path="//GSAX11S"/>
<PartSelector path="//GHA1..*"/>
<PartSelector path="//GEMBox21L"/>
<PartSelector path="//GSAX21L"/>
<PartSelector path="//GEMBox21.*"/>
<PartSelector path="//GSAX21.*"/>
<PartSelector path="//GHA2..*"/>
<Parameter name="MuStructure" value="MuonEndCapGEM"/>
</SpecPar>
Expand Down
Expand Up @@ -494,7 +494,7 @@
</SpecPar>
<SpecPar name="MuonGEMSector">
<PartSelector path="//GEMBox11."/>
<PartSelector path="//GEMBox21L"/>
<PartSelector path="//GEMBox21."/>
<Parameter name="CopyNoTag" value="[mg_sector]"/>
<Parameter name="CopyNoOffset" value="3*[super]"/>
</SpecPar>
Expand Down