ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
TrkDetDescr
TrkDetDescrTestTools
TrkDetDescrTestTools
GeometryTTreeDumper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// GeometryTTreeDumper.h, (c) ATLAS Detector software
8
9
#ifndef TRKDETDESCRTOOLS_GEOMETRYTTREEDUMPER_H
10
#define TRKDETDESCRTOOLS_GEOMETRYTTREEDUMPER_H
11
12
// Trk
13
#include "
TrkDetDescrTestTools/RecursiveGeometryProcessor.h
"
14
// STL
15
#include <algorithm>
16
#include <string>
17
#include <fstream>
18
19
#include "
CxxUtils/checker_macros.h
"
20
class
TTree;
21
22
namespace
Trk
{
23
24
class
TrackingVolume
;
25
class
Layer
;
26
class
Surface
;
27
class
MaterialProperties
;
28
37
38
class
ATLAS_NOT_THREAD_SAFE
GeometryTTreeDumper
:
//mutable
39
virtual
public
RecursiveGeometryProcessor
{
40
41
public
:
43
using
RecursiveGeometryProcessor::RecursiveGeometryProcessor
;
44
45
private
:
46
48
StatusCode
processNode
(
const
TrackingVolume
& tvol,
size_t
level=0)
const
;
49
51
StatusCode
processNode
(
const
Layer
& lay,
size_t
level=0)
const
;
52
54
StatusCode
processNode
(
const
Surface
&,
size_t
level=0)
const
;
55
56
mutable
TTree*
m_currentTree
=
nullptr
;
57
std::string
m_treeFolder
=
"/val/"
;
58
59
};
60
}
61
62
#endif
63
RecursiveGeometryProcessor.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
Trk::GeometryTTreeDumper
The GeometryTTreeDumper writes geometrical information of the tracking geomtetry into a TTree for che...
Definition
GeometryTTreeDumper.h:39
Trk::GeometryTTreeDumper::processNode
StatusCode processNode(const TrackingVolume &tvol, size_t level=0) const
Current implementation: write root visualization to file stream.
Definition
GeometryTTreeDumper.cxx:24
Trk::GeometryTTreeDumper::RecursiveGeometryProcessor
RecursiveGeometryProcessor(const std::string &, const std::string &, const IInterface *)
Constructor.
Definition
RecursiveGeometryProcessor.cxx:20
Trk::GeometryTTreeDumper::m_currentTree
TTree * m_currentTree
the tree for the currently processed tracking Volume
Definition
GeometryTTreeDumper.h:56
Trk::GeometryTTreeDumper::m_treeFolder
std::string m_treeFolder
where the tree is written to
Definition
GeometryTTreeDumper.h:57
Trk::Layer
Base Class for a Detector Layer in the Tracking realm.
Definition
Layer.h:72
Trk::MaterialProperties
Material with information about thickness of material.
Definition
MaterialProperties.h:40
Trk::RecursiveGeometryProcessor::RecursiveGeometryProcessor
RecursiveGeometryProcessor(const std::string &, const std::string &, const IInterface *)
Constructor.
Definition
RecursiveGeometryProcessor.cxx:20
Trk::Surface
Abstract Base Class for tracking surfaces.
Definition
Surface.h:79
Trk::TrackingVolume
Full Volume description used in Tracking, it inherits from Volume to get the geometrical structure,...
Definition
TrackingVolume.h:119
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Generated on
for ATLAS Offline Software by
1.17.0