DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
GeometryTreeDump.cpp File Reference
#include "DD4hep/LCDD.h"
#include "GeometryTreeDump.h"
#include "TROOT.h"
#include "TColor.h"
#include "TGeoShape.h"
#include "TGeoCone.h"
#include "TGeoParaboloid.h"
#include "TGeoPcon.h"
#include "TGeoPgon.h"
#include "TGeoSphere.h"
#include "TGeoTorus.h"
#include "TGeoTube.h"
#include "TGeoTrd1.h"
#include "TGeoTrd2.h"
#include "TGeoArb8.h"
#include "TGeoMatrix.h"
#include "TGeoBoolNode.h"
#include "TGeoCompositeShape.h"
#include "TClass.h"
#include "TGeoManager.h"
#include "TMath.h"
#include <iostream>

Go to the source code of this file.

Functions

static void dumpStructure (PlacedVolume pv, int level)
 
static void dumpDetectors (DetElement parent, int level)
 

Variables

static string _path = ""
 

Function Documentation

static void dumpDetectors ( DetElement  parent,
int  level 
)
static
static void dumpStructure ( PlacedVolume  pv,
int  level 
)
static

Definition at line 253 of file GeometryTreeDump.cpp.

References _path, and DD4hep::Handle< T >::ptr().

Referenced by DD4hep::Geometry::GeometryTreeDump::create().

Variable Documentation

string _path = ""
static

Definition at line 252 of file GeometryTreeDump.cpp.

Referenced by dumpDetectors(), and dumpStructure().