Skip to content

Commit

Permalink
modify the version 2021/v2 to fix the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Jul 3, 2020
1 parent a84182e commit 803ffeb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 442 deletions.
2 changes: 1 addition & 1 deletion Configuration/Geometry/python/dict2021Geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
'Geometry/MuonCommonData/data/mfshield/2017/v2/mfshield.xml',
],
2 : [
'Geometry/MuonCommonData/data/muonNumbering/2021/v3/muonNumbering.xml',
'Geometry/MuonCommonData/data/muonNumbering/2021/v2/muonNumbering.xml',
],
3 : [
'Geometry/MuonSimData/data/v2/muonSens.xml',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<Include ref='Geometry/MuonCommonData/data/gem11/TDR_BaseLine/gem11.xml'/>
<Include ref='Geometry/MuonCommonData/data/csc/2021/v2/csc.xml'/>
<Include ref='Geometry/MuonCommonData/data/mfshield/2017/v2/mfshield.xml'/>
<Include ref='Geometry/MuonCommonData/data/muonNumbering/2021/v3/muonNumbering.xml'/>
<Include ref='Geometry/MuonCommonData/data/muonNumbering/2021/v2/muonNumbering.xml'/>
<Include ref='Geometry/ForwardCommonData/data/forward/2021/v1/forward.xml'/>
<Include ref='Geometry/ForwardCommonData/data/totemt2/2021/v1/totemt2.xml'/>
<Include ref='Geometry/ForwardCommonData/data/forwardshield/2021/v1/forwardshield.xml'/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
'Geometry/MuonCommonData/data/mfshield/2017/v2/mfshield.xml',
)+
cms.vstring(
'Geometry/MuonCommonData/data/muonNumbering/2021/v3/muonNumbering.xml',
'Geometry/MuonCommonData/data/muonNumbering/2021/v2/muonNumbering.xml',
'Geometry/ForwardCommonData/data/forward/2021/v1/forward.xml',
'Geometry/ForwardCommonData/data/totemt2/2021/v1/totemt2.xml',
'Geometry/ForwardCommonData/data/forwardshield/2021/v1/forwardshield.xml',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,15 +416,9 @@
<SpecParSection label="muonGEMnumbering" eval="true">
<SpecPar name="MuonGEMEndcap">
<PartSelector path="//GEMDisk11.*"/>
<PartSelector path="//GEMDisk21S.*"/>
<Parameter name="CopyNoTag" value="[mg_ring]"/>
<Parameter name="CopyNoOffset" value="1*[super]"/>
</SpecPar>
<SpecPar name="MuonGEMEndcap2">
<PartSelector path="//GEMDisk21L.*"/>
<Parameter name="CopyNoTag" value="[mg_ring]"/>
<Parameter name="CopyNoOffset" value="2*[super]"/>
</SpecPar>
<SpecPar name="MuonGEMSector">
<PartSelector path="//GEMBox.*"/>
<Parameter name="CopyNoTag" value="[mg_sector]"/>
Expand Down
Loading

0 comments on commit 803ffeb

Please sign in to comment.