Skip to content
Snippets Groups Projects
Commit 28582f97 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 7410621d
No related branches found
No related tags found
No related merge requests found
...@@ -1148,7 +1148,7 @@ where the defaults are \texttt{rmin=0}. ...@@ -1148,7 +1148,7 @@ where the defaults are \texttt{rmin=0}.
EllipticalTube(e.a(),e.b(),e.dz()); EllipticalTube(e.a(),e.b(),e.dz());
\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="EllipticalTube" dz="value" a="value" b="value"/> <some_element type="EllipticalTube" dz="value" a="value" b="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