Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGeoTypedefs.h
Go to the documentation of this file.
1// @(#)root/geom:$Id$
2// Author: Andrei Gheata 20/01/2020
3
4/*************************************************************************
5 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TGeoTypedefs
13#define ROOT_TGeoTypedefs
14
15/// Typedefs used by the geometry group
16#include <vector>
17
18namespace Tessellated {
19
21using VertexVec_t = std::vector<Vertex_t>;
22
23} // namespace Tessellated
24
25#endif
Typedefs used by the geometry group.
std::vector< Vertex_t > VertexVec_t