 |
Belle II Software
release-05-01-25
|
13 #include <top/dbobjects/TOPGeoBase.h>
25 class TOPGeoEndPlate:
public TOPGeoBase {
42 const std::string& material,
43 const std::string& name =
"TOPEndPlate"):
TOPGeoBase(name),
75 virtual void print(
const std::string& title =
"QBB forward end plate geometry parameters")
const override;
float m_thickness
thickness
virtual void print(const std::string &title="QBB forward end plate geometry parameters") const override
Print the content of the class.
std::string m_material
material name
Base class for geometry parameters.
double getHeight() const
Returns height.
const std::string & getMaterial() const
Returns material name.
Abstract base class for different kinds of events.
static double s_unit
conversion unit for length
bool isConsistent() const override
Check for consistency of data members.
TOPGeoEndPlate()
Default constructor.
double getThickness() const
Returns thickness.
ClassDefOverride(TOPGeoEndPlate, 1)
ClassDef.