-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The 16 eta partition GE2/1 should have half the strips/pads
compared to the 8 eta partition version.
- Loading branch information
Showing
3 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0"?> | ||
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd"> | ||
<SpecParSection label="GEMSpecs.xml"> | ||
<SpecPar name="nStripsME0" eval="true"> | ||
<PartSelector path="//GHA0.."/> | ||
<Parameter name="nStrips" value="384"/> | ||
</SpecPar> | ||
<SpecPar name="nStripsGE11" eval="true"> | ||
<PartSelector path="//GHA1.."/> | ||
<Parameter name="nStrips" value="384"/> | ||
</SpecPar> | ||
<SpecPar name="nStripsGE21" eval="true"> | ||
<PartSelector path="//GHA2.."/> | ||
<Parameter name="nStrips" value="384"/> | ||
</SpecPar> | ||
<SpecPar name="nPadsME0" eval="true"> | ||
<PartSelector path="//GHA0.."/> | ||
<Parameter name="nPads" value="192"/> | ||
</SpecPar> | ||
<SpecPar name="nPadsGE11" eval="true"> | ||
<PartSelector path="//GHA1.."/> | ||
<Parameter name="nPads" value="192"/> | ||
</SpecPar> | ||
<SpecPar name="nPadsGE21" eval="true"> | ||
<PartSelector path="//GHA2.."/> | ||
<Parameter name="nPads" value="192"/> | ||
</SpecPar> | ||
</SpecParSection> | ||
</DDDefinition> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd"> | ||
<SpecParSection label="GEMSpecsFilter.xml"> | ||
<SpecPar name="MuonME0Tree"> | ||
<PartSelector path="//ME0Box"/> | ||
<PartSelector path="//ME0L"/> | ||
<PartSelector path="//GHA0..*"/> | ||
<Parameter name="MuStructure" value="MuonEndCapME0"/> | ||
</SpecPar> | ||
<SpecPar name="MuonGEMTree"> | ||
<PartSelector path="//GEMBox11L"/> | ||
<PartSelector path="//GSAX11L"/> | ||
<PartSelector path="//GEMBox11S"/> | ||
<PartSelector path="//GSAX11S"/> | ||
<PartSelector path="//GHA1..*"/> | ||
<PartSelector path="//GEMBox21.*"/> | ||
<PartSelector path="//GSAX21.*"/> | ||
<PartSelector path="//GHA2..*"/> | ||
<Parameter name="MuStructure" value="MuonEndCapGEM"/> | ||
</SpecPar> | ||
</SpecParSection> | ||
</DDDefinition> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters