ATLAS Offline Software
Loading...
Searching...
No Matches
GeometryTTreeDumper.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// GeometryTTreeDumper.h, (c) ATLAS Detector software
8
9#ifndef TRKDETDESCRTOOLS_GEOMETRYTTREEDUMPER_H
10#define TRKDETDESCRTOOLS_GEOMETRYTTREEDUMPER_H
11
12// Trk
14// STL
15#include <algorithm>
16#include <string>
17#include <fstream>
18
20class TTree;
21
22namespace Trk {
23
24 class TrackingVolume;
25 class Layer;
26 class Surface;
28
37
39 virtual public RecursiveGeometryProcessor {
40
41 public:
43 GeometryTTreeDumper(const std::string&,const std::string&,const IInterface*);
44
47
48 private:
49
51 StatusCode processNode(const TrackingVolume& tvol, size_t level=0) const;
52
54 StatusCode processNode(const Layer& lay, size_t level=0) const;
55
57 StatusCode processNode(const Surface&, size_t level=0) const;
58
59 mutable TTree* m_currentTree;
60 std::string m_treeFolder;
61
62 };
63}
64
65#endif
66
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
StatusCode processNode(const TrackingVolume &tvol, size_t level=0) const
Current implementation: write root visualization to file stream.
virtual ~GeometryTTreeDumper()
Destructor.
GeometryTTreeDumper(const std::string &, const std::string &, const IInterface *)
Constructor.
TTree * m_currentTree
the tree for the currently processed tracking Volume
std::string m_treeFolder
where the tree is written to
Base Class for a Detector Layer in the Tracking realm.
Definition Layer.h:72
Material with information about thickness of material.
RecursiveGeometryProcessor(const std::string &, const std::string &, const IInterface *)
Constructor.
Abstract Base Class for tracking surfaces.
Full Volume description used in Tracking, it inherits from Volume to get the geometrical structure,...
Ensure that the ATLAS eigen extensions are properly loaded.