Skip to content
Snippets Groups Projects
Commit cb07117f authored by Alexey Boldyrev's avatar Alexey Boldyrev
Browse files

Escaped doxygen commands with references to non-existent images

parent 72783fbc
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,9 @@ HLT.
- SCT_TestCablingAlg: A test algorithm which instantiates the cabling service and loops over all possible
modules, calling methods to show the online Id and serial number for each one.
@internal
@image html structureDiag.png "SCT_Cabling class structure" width=8cm
@endinternal
@section SCT_Cabling_SCT_CablingSvcDetail SCT_CablingSvc in Detail
SCT_CablingSvc is accessed by clients through its ISCT_CablingSvc interface. This provides access only to the 'getter' methods. In addition, it inherits from the IIncidentListener so that it can fill data (if appropriate) at the BeginRun incident. The 'setter' method is only accessible to users of the full class, in this case the fillers: SCT_FillCablingFromText and SCT_FillCablingFromCoraCool. These share a common baseclass and they are passed a pointer to the full SCT_CablingSvc to enable them to fill it. The decision as to which filler is to be instantiated is made by job options: the property 'DataSource' may be set to CORACOOL, in which case the database filler is used, or to a text filename, in which case the text filler is used.
......
......@@ -35,7 +35,10 @@ has a pointer to a tagged JetTag object. For more details on the JetTag object p
PhysicsAnalysis/JetTagging/JetTagEvent.
@section BTagging_jettagInfoFlowBTagging Info flow in the new JetTagging structure
@internal
@image html InfoFlowNew.jpg "JetTagging Information Flow" width=10cm
@endinternal
@section BTagging_packagecontentBTagging Package Contents
BTagging contains the following files/classes:
......
......@@ -253,7 +253,9 @@ class DozerRTConfig( DozerObject.DozerObject ):
# Once you add DozerSchema to DozerDB instance it creates internal structure of cool.IFolderSets,
# cool.IFolders and database channels as shown on picture below
#
# @internal
# @image html DozerDB_database_structure.png "The CoolDozer database internal structure"
# @endinternal
#
# <div style="color: #660000; background-color: #ff9999;">
# <div style="position: relative; top: 0pt; left: 0pt; font-size: 20pt; width: 80pt; padding: 2pt 5pt;
......
......@@ -33,7 +33,9 @@ namespace Trk {
@class AnnulusBounds
Bounds for a annulus-like, planar Surface.
@internal
@image html AnnulusBounds.gif
@endinternal
<br>
@todo can be speed optimized, inner radius check in inside() can be optimized
......
......@@ -29,7 +29,9 @@ namespace Trk {
Bounds for a triangular, planar surface.
@internal
@image html TriangularBounds.gif
@endinternal
@author sarka.todorova@cern.ch */
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
///////////////////////////////////////////////////////////////////
// DoubleTrapezoidVolumeBounds.h, (c) ATLAS Detector software
///////////////////////////////////////////////////////////////////
......@@ -49,7 +49,9 @@ namespace Trk {
- positiveFaceZX [5] : Rectangular Trk::PlaneSurface,
parallel to \f$ zx \f$ plane at positive \f$ y \f$
@image html DoubleTrapezoidVolumeBounds_decomp.gif
@internal
@image html DoubleTrapezoidVolumeBounds_decomp.gif
@endinternal
@author Andreas.Salzburger@cern.ch , Sarka.Todorova@cern.ch
*/
......
......@@ -33,7 +33,9 @@ namespace Trk {
The picture shows the curvilinear frame for a straight line measurement
@internal
@image html CurvilinearFrameStraw.png
@endinternal
@author Andreas.Salzburger@cern.ch
*/
......
......@@ -36,7 +36,9 @@ One can give a list of Trk::IValidationNtupleHelperTool for each detector type b
Each detector-specific helper tool list may contain several tools and some tools may even be contained in more than one list, if they fill data for different detector types. There exists also a general list, which tools are called for every type of measurement.
@internal
@image html ValidationNtupleToolScheme.png
@endinternal
@section TrkValTools_TrkValToolsOverview Class Overview
The TrkValTools package contains the following classes:
......
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