9#include <arich/dbobjects/ARICHGeoSupport.h>
27 cout <<
" Default material: " <<
getMaterial() << endl;
28 cout <<
" Placed tubes" << endl;
31 for (
unsigned i = 0; i < nTube; i++) {
37 cout <<
" Parameters of wedges" << endl;
40 cout <<
" type: " << i <<
" par. vector: ";
45 cout <<
" Placed wedges" << endl;
47 for (
unsigned i = 0; i < nWedge; i++) {
48 cout <<
" ID: " << setprecision(4) << setw(2) << i <<
", type: " <<
getWedgeType(i) <<
", radius: " <<
getWedgeR(
virtual void print(const std::string &title) const
Print the content of the class.
static std::string s_unitName
conversion unit name
double getWedgeR(unsigned i) const
Get radius at which i-th wedge is placed.
bool isConsistent() const override
Consistency check of geometry parameters.
double getWedgePhi(unsigned i) const
Get phi angle at which i-th wedge is placed.
const std::vector< double > getWedge(unsigned i) const
Get parameters of wedge.
double getTubeInnerR(unsigned i) const
Get tube inner radius.
double getTubeLength(unsigned i) const
Get tube length.
double getTubeOuterR(unsigned i) const
Get tube outer radius.
double getWedgeZ(unsigned i) const
Get Z position of i-th wedge.
unsigned getNTubes() const
Get number of tube volumes to be placed.
const std::string & getTubeMaterial(unsigned i) const
Get material of i-th tube.
int getWedgeType(unsigned i) const
Get type of i-th wedge.
const std::string & getMaterial() const
Get default material of support structures.
unsigned getNWedges() const
Get number of wedges to be placed.
double getTubeZPosition(unsigned i) const
Get tube Z position.
const std::string & getWedgeMaterial(unsigned i) const
Get material of i-th wedge.
static const unsigned m_nWedgeType
number of wedge types
const std::string & getTubeName(unsigned i) const
Get name of i-th tube.
void print(const std::string &title="Parameters of ARICH support structure and neutron shield") const override
Print the content of the class.
Abstract base class for different kinds of events.