Belle II Software
release-08-01-10
|
The Class for SVD Cooling Pipes. More...
#include <SVDCoolingPipesPar.h>
Public Member Functions | |
SVDCoolingPipesPar (const std::string &material, double outerDiameter, double wallThickness, int nPipes, double startPhi, double deltaPhi, double radius, double zstart, double zend, double deltaL=0) | |
Constructor. | |
SVDCoolingPipesPar () | |
Constructor. | |
const std::string & | getMaterial () const |
get material | |
double | getOuterDiameter () const |
get outer diameter | |
double | getWallThickness () const |
get wall thickness | |
int | getNPipes () const |
get nPipes | |
double | getStartPhi () const |
get start phi | |
double | getDeltaPhi () const |
get delta phi | |
double | getRadius () const |
get radius | |
double | getZStart () const |
get zstart | |
double | getZEnd () const |
get zend | |
double | getDeltaL () const |
get deltal | |
void | setDeltaL (double deltaL) |
set deltal | |
Private Member Functions | |
ClassDef (SVDCoolingPipesPar, 5) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
std::string | m_material |
material | |
double | m_outerDiameter |
outer diameter | |
double | m_wallThickness |
wall thickness | |
int | m_nPipes |
n pipes | |
double | m_startPhi |
start phi angle | |
double | m_deltaPhi |
delta phi angle | |
double | m_radius |
radius | |
double | m_zstart |
start z | |
double | m_zend |
end z | |
double | m_deltaL |
delta L | |
The Class for SVD Cooling Pipes.
Definition at line 25 of file SVDCoolingPipesPar.h.