11#include <top/dbobjects/TOPGeoBase.h> 
   40                   const std::string& material,
 
   41                   const std::string& name = 
"TOPEndPlate"): 
TOPGeoBase(name),
 
   73    virtual void print(
const std::string& title = 
"QBB forward end plate geometry parameters") 
const override;
 
Base class for geometry parameters.
Geometry parameters of forward end plate (simplified)
TOPGeoEndPlate(double thickness, double height, const std::string &material, const std::string &name="TOPEndPlate")
Full constructor.
double getHeight() const
Returns height.
std::string m_material
material name
double getThickness() const
Returns thickness.
float m_thickness
thickness
ClassDefOverride(TOPGeoEndPlate, 1)
ClassDef.
const std::string & getMaterial() const
Returns material name.
TOPGeoEndPlate()
Default constructor.
bool isConsistent() const override
Check for consistency of data members.
static double s_unit
conversion unit for length
virtual void print(const std::string &title="QBB forward end plate geometry parameters") const override
Print the content of the class.
Abstract base class for different kinds of events.