EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EicStlFacetAssembly.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EicStlFacetAssembly.h
1
//
2
// AYK (ayk@bnl.gov), 2014/01/08
3
//
4
// EicRoot CAD manipulation routines; facet assembly class;
5
//
6
7
#include <
EicStlFacet.h
>
8
9
#ifndef _EIC_STL_FACET_ASSEMBLY_
10
#define _EIC_STL_FACET_ASSEMBLY_
11
13
class
EicStlAssembly
{
14
public
:
17
EicStlAssembly
() {};
20
~EicStlAssembly
() {};
21
22
void
AddFacet
(
EicStlFacet
* facet,
bool
flip) {
23
mFacets
.push_back(std::pair<EicStlFacet*, bool>(facet, flip));
24
};
25
const
std::vector<std::pair<EicStlFacet*, bool> > &
facets
(
void
)
const
{
return
mFacets
; };
26
27
private
:
29
std::vector<std::pair<EicStlFacet*, bool> >
mFacets
;
30
};
31
32
#endif
EicRoot
blob
master
eic
cad
EicStlFacetAssembly.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:34
using
1.8.2 with
EIC GitHub integration