Geometry parameters of honeycomb panel.
More...
#include <TOPGeoHoneycombPanel.h>
|
| TOPGeoHoneycombPanel () |
| Default constructor.
|
|
| TOPGeoHoneycombPanel (double width, double length, double minThickness, double maxThickness, double radius, double edgeWidth, double y, int N, const std::string &material, const std::string &edgeMaterial, const std::string &name="TOPHoneycombPanel") |
| Full constructor. More...
|
|
double | getWidth () const |
| Returns panel width. More...
|
|
double | getLength () const |
| Returns panel length. More...
|
|
double | getMinThickness () const |
| Returns panel minimal thickness. More...
|
|
double | getMaxThickness () const |
| Returns panel maximal thickness. More...
|
|
double | getRadius () const |
| Returns radius of curved surface. More...
|
|
double | getEdgeWidth () const |
| Returns width of the reinforced edge. More...
|
|
double | getY () const |
| Returns y position of the flat surface in local (bar) frame. More...
|
|
const std::string & | getMaterial () const |
| Returns material name. More...
|
|
const std::string & | getEdgeMaterial () const |
| Returns material name of reinforced edge. More...
|
|
void | appendContour (std::vector< std::pair< double, double > > &contour, double y0, bool fromLeftToRight) const |
| Appends curved surface to contour. More...
|
|
bool | isConsistent () const override |
| Check for consistency of data members. More...
|
|
virtual void | print (const std::string &title="QBB honeycomb panel geometry parameters") const override |
| Print the content of the class. More...
|
|
void | setName (const std::string &name) |
| Sets object name. More...
|
|
const std::string & | getName () const |
| Returns object name. More...
|
|
virtual void | printSurface (const GeoOpticalSurface &surface) const |
| Print the content of optical surface. More...
|
|
double | getReflectivity (const GeoOpticalSurface &surface, double energy) const |
| Returns reflectivity of optical surface at given photon energy. More...
|
|
|
std::string | m_name |
| geometry object name
|
|
Geometry parameters of honeycomb panel.
Definition at line 35 of file TOPGeoHoneycombPanel.h.
◆ TOPGeoHoneycombPanel()
TOPGeoHoneycombPanel |
( |
double |
width, |
|
|
double |
length, |
|
|
double |
minThickness, |
|
|
double |
maxThickness, |
|
|
double |
radius, |
|
|
double |
edgeWidth, |
|
|
double |
y, |
|
|
int |
N, |
|
|
const std::string & |
material, |
|
|
const std::string & |
edgeMaterial, |
|
|
const std::string & |
name = "TOPHoneycombPanel" |
|
) |
| |
|
inline |
Full constructor.
- Parameters
-
width | width |
length | length |
minThickness | minimal thickness |
maxThickness | maximal thickness |
radius | radius of curved surface |
edgeWidth | width of the reinforced edge |
y | position of the flat surface in local (bar) frame |
N | number of flat surfaces for approximation of curved surface |
material | material name |
edgeMaterial | material name of reinforced edge |
name | volume name in Geant |
Definition at line 58 of file TOPGeoHoneycombPanel.h.
◆ getEdgeMaterial()
const std::string& getEdgeMaterial |
( |
| ) |
const |
|
inline |
◆ getEdgeWidth()
double getEdgeWidth |
( |
| ) |
const |
|
inline |
◆ getLength()
double getLength |
( |
| ) |
const |
|
inline |
◆ getMaterial()
const std::string& getMaterial |
( |
| ) |
const |
|
inline |
◆ getMaxThickness()
double getMaxThickness |
( |
| ) |
const |
|
inline |
◆ getMinThickness()
double getMinThickness |
( |
| ) |
const |
|
inline |
◆ getName()
const std::string& getName |
( |
| ) |
const |
|
inlineinherited |
Returns object name.
- Returns
- object name
Definition at line 61 of file TOPGeoBase.h.
◆ getRadius()
double getRadius |
( |
| ) |
const |
|
inline |
◆ getWidth()
double getWidth |
( |
| ) |
const |
|
inline |
◆ getY()
◆ setName()
void setName |
( |
const std::string & |
name | ) |
|
|
inlineinherited |
Sets object name.
- Parameters
-
Definition at line 55 of file TOPGeoBase.h.
The documentation for this class was generated from the following files: