ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
TrkDetDescr
TrkDetDescrTestTools
TrkDetDescrTestTools
RecursiveGeometryProcessor.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// RecursiveGeometryProcessor.h, (c) ATLAS Detector software
8
9
#ifndef TRKDETDESCRTOOLS_RECURSIVEGEOMETRYPROCESSOR_H
10
#define TRKDETDESCRTOOLS_RECURSIVEGEOMETRYPROCESSOR_H
11
12
// Trk
13
#include "
TrkDetDescrInterfaces/IGeometryProcessor.h
"
14
// Gaudi & Athena
15
#include "
AthenaBaseComps/AthAlgTool.h
"
16
17
#include "
CxxUtils/checker_macros.h
"
18
19
namespace
Trk
{
20
21
class
TrackingGeometry
;
22
class
TrackingVolume
;
23
class
Volume
;
24
class
Layer
;
25
class
Surface
;
26
37
38
class
ATLAS_NOT_THREAD_SAFE
RecursiveGeometryProcessor
:
//const_cast
39
public
AthAlgTool
,
virtual
public
IGeometryProcessor
{
40
41
public
:
43
RecursiveGeometryProcessor
(
const
std::string&,
const
std::string&,
const
IInterface*);
44
46
virtual
StatusCode
process
(
TrackingGeometry
& tgeo)
const
;
47
49
virtual
StatusCode
process
(
TrackingVolume
& tvol,
size_t
level = 0)
const
;
50
52
virtual
StatusCode
process
(
Layer
& lay,
size_t
level = 0)
const
;
53
55
virtual
StatusCode
process
(
Surface
& surf,
size_t
level = 0)
const
;
56
57
protected
:
59
61
virtual
StatusCode
processNode
(
const
TrackingVolume
& tvol,
size_t
level = 0)
const
;
62
64
virtual
StatusCode
processNode
(
const
Layer
& lay,
size_t
level = 0)
const
;
65
67
virtual
StatusCode
processNode
(
const
Surface
& surf,
size_t
level = 0)
const
;
68
69
70
71
};
72
73
}
// end of namespace
74
75
#endif
// TRKDETDESCRTOOLS_RECURSIVEGEOMETRYPROCESSOR_H
AthAlgTool.h
IGeometryProcessor.h
checker_macros.h
Define macros for attributes used to control the static checker.
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition
checker_macros.h:212
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
Trk::IGeometryProcessor
Interface class IGeometryProcessors.
Definition
IGeometryProcessor.h:31
Trk::Layer
Base Class for a Detector Layer in the Tracking realm.
Definition
Layer.h:72
Trk::RecursiveGeometryProcessor::RecursiveGeometryProcessor
RecursiveGeometryProcessor(const std::string &, const std::string &, const IInterface *)
Constructor.
Definition
RecursiveGeometryProcessor.cxx:20
Trk::RecursiveGeometryProcessor::processNode
virtual StatusCode processNode(const TrackingVolume &tvol, size_t level=0) const
Dedicated action for the different processors.
Definition
RecursiveGeometryProcessor.cxx:148
Trk::Surface
Abstract Base Class for tracking surfaces.
Definition
Surface.h:79
Trk::TrackingGeometry
The TrackingGeometry class is the owner of the constructed TrackingVolumes.
Definition
TrackingGeometry.h:68
Trk::TrackingVolume
Full Volume description used in Tracking, it inherits from Volume to get the geometrical structure,...
Definition
TrackingVolume.h:119
Trk::Volume
Base class for all volumes inside the tracking realm, it defines the interface for inherited Volume c...
Definition
Volume.h:36
process
const std::string process
Definition
fbtTestBasics.cxx:76
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Generated on
for ATLAS Offline Software by
1.17.0