 |
Belle II Software
release-05-02-19
|
21 class GeoMaterialComponent:
public TObject {
bool getIselement() const
get true if the component is a chemical element, false if it is a composite material
double m_fraction
fraction of the component from the full materials
std::string m_name
name of the component
void setFraction(double fraction)
set fraction of the component from the full materials
double getFraction() const
get fraction of the component from the full materials
const std::string & getName() const
get name of the component
GeoMaterialComponent()=default
default constructor
Abstract base class for different kinds of events.
bool m_isElement
true if the component is a chemical element, false if it is a composite material
void setIselement(bool isElement)
set true if the component is a chemical element, false if it is a composite material
void setName(const std::string &name)
set name of the component
ClassDef(GeoMaterialComponent, 1)
Add ROOT reflection info.