diff --git a/DDCore/include/DD4hep/Shapes.h b/DDCore/include/DD4hep/Shapes.h index ea15319c16d2e95bad031fdcceeac267ec8732c9..cbadf8d87b9e08e10a9fa67b2dee7dfb6310ce13 100644 --- a/DDCore/include/DD4hep/Shapes.h +++ b/DDCore/include/DD4hep/Shapes.h @@ -982,6 +982,8 @@ namespace dd4hep { double high1() const { return access()->GetH1(); } /// Half length in y at high z double high2() const { return access()->GetH2(); } + /// Half length in dZ + double dZ() const { return access()->GetDz(); } }; /// Class describing a pseudo trap shape (CMS'ism)