![]() |
ATLAS Offline Software
|
#include <Material.h>
Public Member Functions | |
| ElementFraction () | |
| Default Constructor. | |
| ElementFraction (const std::pair< unsigned char, unsigned char > &ef) | |
| Copy Constructor from base class. | |
| ElementFraction (unsigned char iz, unsigned char ifrac) | |
| Constructor from arguments. | |
| ElementFraction & | operator= (const std::pair< unsigned char, unsigned char > &ef) |
| assignment operator from base class | |
| unsigned int | element () const |
| Return in a nice format. | |
| double | fraction () const |
| Return in a nice format. | |
Public Attributes | |
| T1 | first_type |
| STL member. | |
| T2 | second_type |
| STL member. | |
Definition at line 27 of file Material.h.
|
inline |
Default Constructor.
Definition at line 30 of file Material.h.
|
inline |
Copy Constructor from base class.
Definition at line 33 of file Material.h.
|
inline |
Constructor from arguments.
Definition at line 37 of file Material.h.
|
inline |
Return in a nice format.
Definition at line 50 of file Material.h.
|
inline |
|
inline |
assignment operator from base class
Definition at line 41 of file Material.h.
|
inherited |
STL member.
|
inherited |
STL member.