-
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.
Merge pull request #35088 from bsunanda/Run3-sim108
Run3-sim108 Fully resolve the issue of usinng dd4hep in CherenkovAnalysis
- Loading branch information
Showing
6 changed files
with
44 additions
and
49 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
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,35 @@ | ||
<?xml version="1.0"?> | ||
<DDDefinition> | ||
|
||
<SolidSection label="cms"> | ||
<Box name="DREAM" dx="2.0*m" dy="0.3*m" dz="2.0*m"/> | ||
<Box name="Crystal" dx="9.0*cm" dy="1.1*cm" dz="1.1*cm"/> | ||
</SolidSection> | ||
|
||
<LogicalPartSection label="cms"> | ||
<LogicalPart name="OCMS" category="unspecified"> | ||
<rSolid name="DREAM"/> | ||
<rMaterial name="materials:Air"/> | ||
</LogicalPart> | ||
<LogicalPart name="DREAM" category="unspecified"> | ||
<rSolid name="DREAM"/> | ||
<rMaterial name="materials:Air"/> | ||
</LogicalPart> | ||
<LogicalPart name="Crystal" category="unspecified"> | ||
<rSolid name="Crystal"/> | ||
<rMaterial name="materials:E_PbWO4"/> | ||
</LogicalPart> | ||
</LogicalPartSection> | ||
|
||
<PosPartSection label="cms"> | ||
<PosPart copyNumber="1"> | ||
<rParent name="cms:OCMS"/> | ||
<rChild name="cms:DREAM"/> | ||
</PosPart> | ||
<PosPart copyNumber="1"> | ||
<rParent name="cms:DREAM"/> | ||
<rChild name="cms:Crystal"/> | ||
</PosPart> | ||
</PosPartSection> | ||
|
||
</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
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
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
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