From 14e746bc7a8754ecaa88e9447e5ac1f67ccc58ec Mon Sep 17 00:00:00 2001 From: Nikiforos Nikiforou <Nikiforos.Nikiforou@cern.ch> Date: Fri, 5 Feb 2016 10:46:23 +0000 Subject: [PATCH] Minor modification in documentation --- DDDetectors/src/GenericSurfaceInstaller.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DDDetectors/src/GenericSurfaceInstaller.cpp b/DDDetectors/src/GenericSurfaceInstaller.cpp index 94fc394be..6a6333d9e 100644 --- a/DDDetectors/src/GenericSurfaceInstaller.cpp +++ b/DDDetectors/src/GenericSurfaceInstaller.cpp @@ -31,7 +31,7 @@ * * All the arguments are conveniently initialized to zero by default, * therefore only the non-zero components need to be provided. For example, to use this - * plugin for the VertexEndcap detector, put this snipped in the relevant compact file: + * plugin for the VertexEndcap detector, put this snippet in the relevant compact file: * \verbatim <plugins> <plugin name="DD4hep_GenericSurfaceInstallerPlugin"> @@ -51,6 +51,8 @@ * a fitting box is built around the trapezoid which means dx1=dx2=dx1 and * dy1=dy2=dy. This is in principle fine, since we only access the thicknesses * (DY in the TrackerEncapSurfacePlugin example) which is supposed to be the same. + * + * For more information, please consult with GenericSurfaceInstaller.cpp * @} */ -- GitLab