Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RGeomData.cxx File Reference
#include <ROOT/RGeomData.hxx>
#include <ROOT/RBrowserRequest.hxx>
#include <ROOT/RBrowserReply.hxx>
#include <ROOT/RLogger.hxx>
#include "CsgOps.h"
#include "TMath.h"
#include "TColor.h"
#include "TROOT.h"
#include "TGeoNode.h"
#include "TGeoVolume.h"
#include "TGeoBBox.h"
#include "TGeoManager.h"
#include "TGeoMatrix.h"
#include "TGeoMedium.h"
#include "TGeoMaterial.h"
#include "TGeoBoolNode.h"
#include "TGeoCompositeShape.h"
#include "TBuffer3D.h"
#include "TBufferJSON.h"
#include <algorithm>
Include dependency graph for RGeomData.cxx:

Classes

class  ROOT::Experimental::RGeomBrowserIter
 Iterator of hierarchical geometry structures. More...
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
namespace  ROOT::Experimental
 

Functions

std::unique_ptr< RootCsg::TBaseMesh > MakeGeoMesh (TGeoMatrix *matr, TGeoShape *shape)
 Function produces mesh for provided shape, applying matrix to the result.
 
RLogChannelROOT::Experimental::RGeomLog ()
 Log channel for Eve diagnostics.
 

Function Documentation

◆ MakeGeoMesh()

std::unique_ptr< RootCsg::TBaseMesh > MakeGeoMesh ( TGeoMatrix matr,
TGeoShape shape 
)

Function produces mesh for provided shape, applying matrix to the result.

Definition at line 702 of file RGeomData.cxx.