![]() |
ATLAS Offline Software
|
#include <LinearService.h>
Public Types | |
| typedef std::pair< std::string, double > | EntryType |
Public Member Functions | |
| LinearService () | |
| LinearService (const std::string &name, double lw, const std::vector< EntryType > &cmp) | |
| LinearService (const std::string &name, double lw) | |
| Constructor for elementary material (no components). | |
| const std::string & | name () const |
| double | length () const |
| const std::vector< EntryType > & | components () const |
Private Attributes | |
| std::string | m_name |
| double | m_length |
| std::vector< EntryType > | m_components |
Definition at line 11 of file LinearService.h.
| typedef std::pair< std::string, double> LinearService::EntryType |
Definition at line 14 of file LinearService.h.
|
inline |
Definition at line 16 of file LinearService.h.
|
inline |
Definition at line 18 of file LinearService.h.
|
inline |
Constructor for elementary material (no components).
Definition at line 22 of file LinearService.h.
Definition at line 29 of file LinearService.h.
|
inline |
Definition at line 27 of file LinearService.h.
|
inline |
Definition at line 25 of file LinearService.h.
|
private |
Definition at line 35 of file LinearService.h.
|
private |
Definition at line 34 of file LinearService.h.
|
private |
Definition at line 33 of file LinearService.h.