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

[DD4hep] Ecal Barrel algorithm - use assemblies. Fix all overlaps in EBAR. #33339

Merged
merged 7 commits into from Apr 21, 2021
Merged
Show file tree
Hide file tree
Changes from 5 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
4 changes: 2 additions & 2 deletions Geometry/EcalCommonData/data/ebcon.xml
@@ -1,10 +1,10 @@
<?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">
<ConstantsSection label="ebcon.xml" eval="true">
<Constant name="BarZPts01" value="-3045.0*mm"/>
<Constant name="BarZPts01" value="-3046.0*mm"/>
<Constant name="BarZPts02" value="-2686.7*mm"/>
<Constant name="BarZPts03" value=" 2686.7*mm"/>
<Constant name="BarZPts04" value=" 3045.0*mm"/>
<Constant name="BarZPts04" value=" 3046.0*mm"/>
<Constant name="BarRMin01" value=" 1455.22*mm"/>
<Constant name="BarRMin02" value=" 1238.00*mm"/>
<Constant name="BarRMin03" value=" 1238.00*mm"/>
Expand Down