Skip to content
Snippets Groups Projects
Commit 78eef0db authored by MarkusFrankATcernch's avatar MarkusFrankATcernch
Browse files

Update doc/usermanuals/DD4hep/chapters/basics.tex


Co-authored-by: default avatarMarko Petric <marko.petric@cern.ch>
parent f862596d
No related branches found
No related tags found
No related merge requests found
...@@ -1183,7 +1183,7 @@ The Trapezoid is also aliased to Trd2. ...@@ -1183,7 +1183,7 @@ The Trapezoid is also aliased to Trd2.
Trd1(e.x1(), e.x2(), e.y1(), e.y2(), e.z(0)); Trd1(e.x1(), e.x2(), e.y1(), e.y2(), e.z(0));
\end{minted} \end{minted}
The corrsponding XML snippet looks like this: The corrsponding XML snippet looks like this:
\begin{minted}[frame=single,framesep=3pt,breaklines=true,tabsize=2,linenos,fontsize=\small]{c++} \begin{minted}[frame=single,framesep=3pt,breaklines=true,tabsize=2,linenos,fontsize=\small]{xml}
<some_element type="Trd1" x1="value" x2="value" y1="value" y2="value" z="value"/> <some_element type="Trd1" x1="value" x2="value" y1="value" y2="value" z="value"/>
\end{minted} \end{minted}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment