EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicStlFacetEdge.cxx
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EicStlFacetEdge.cxx
1 //
2 // AYK (ayk@bnl.gov), 2014/01/08; revamped in Oct'2017;
3 //
4 // EicRoot CAD manipulation routines; facet edge class;
5 //
6 
7 #include <EicStlFacetEdge.h>
8 
9 // =======================================================================================
10 
12 {
13  // Allocate vertices and store them ordered according to their mKey's;
15  (*mVertices)[v1->key()] = v1; (*mVertices)[v2->key()] = v2;
16 
17  // Calculate key;
19 } // EicStlFacetEdge::EicStlFacetEdge()
20 
21 // =======================================================================================