#include <iostream>
#include <sstream>
#include "TGeoManager.h"
#include "TGeoMatrix.h"
#include "TGeoVolume.h"
#include "TVirtualGeoPainter.h"
#include "TGeoTessellated.h"
#include "TBuffer3D.h"
#include "TBuffer3DTypes.h"
#include "TMath.h"
#include <array>
#include <vector>
Typedefs | |
using | Vertex_t = Tessellated::Vertex_t |
Functions | |
std::ostream & | operator<< (std::ostream &os, TGeoFacet const &facet) |
using Vertex_t = Tessellated::Vertex_t |
Definition at line 38 of file TGeoTessellated.cxx.
std::ostream & operator<< | ( | std::ostream & | os, |
TGeoFacet const & | facet | ||
) |
Definition at line 40 of file TGeoTessellated.cxx.