ATLAS Offline Software
|
Structure holding one service material. More...
#include <ServiceMaterial.h>
Public Member Functions | |
Entry (const std::string &nam, int num, bool lin) | |
Entry (const std::string &nam, int num, bool lin, double w) | |
Public Attributes | |
std::string | name |
int | number |
bool | linear |
double | weight |
Structure holding one service material.
The name must be a valid material name, the number is the number of times the service is present (e.g. number of cables), the weight is the weight per unit of length if the flag "linear" is true, and simply the weight otherwise. If the weight is zero it will be taken from the material DB
Definition at line 21 of file ServiceMaterial.h.
|
inline |
|
inline |
bool ServiceMaterial::Entry::linear |
Definition at line 27 of file ServiceMaterial.h.
std::string ServiceMaterial::Entry::name |
Definition at line 25 of file ServiceMaterial.h.
int ServiceMaterial::Entry::number |
Definition at line 26 of file ServiceMaterial.h.
double ServiceMaterial::Entry::weight |
Definition at line 28 of file ServiceMaterial.h.