ATLAS Offline Software
|
There are several possible types of staves from services point of view: More...
#include <ServicesStave.h>
Public Types | |
enum | ConnectionSide { Pos, Neg } |
Public Member Functions | |
ServicesStave (DetType::Type, DetType::Part, int nInlets, const std::string &inletPipe, int nOutlets, const std::string &outletPipe, int nCables, const std::string &cable, int nFibres, const std::string &fibre) | |
int | nInletPipes () const |
int | nOutletPipes () const |
int | nCables () const |
int | nFibres () const |
const std::string & | inletPipe () const |
const std::string & | outletPipe () const |
const std::string & | cable () const |
const std::string & | fibre () const |
ConnectionSide | inletSide () const |
ConnectionSide | outletSide () const |
Private Attributes | |
DetType::Type | m_type |
DetType::Part | m_part |
int | m_nInlets |
int | m_nOutlets |
int | m_nCables |
int | m_nFibres |
std::string | m_inletPipe |
std::string | m_outletPipe |
std::string | m_cable |
std::string | m_fibre |
There are several possible types of staves from services point of view:
Definition at line 22 of file ServicesStave.h.
ServicesStave::ServicesStave | ( | DetType::Type | type, |
DetType::Part | part, | ||
int | nInlets, | ||
const std::string & | inletPipe, | ||
int | nOutlets, | ||
const std::string & | outletPipe, | ||
int | nCables, | ||
const std::string & | cable, | ||
int | nFibres, | ||
const std::string & | fibre | ||
) |
Definition at line 8 of file ServicesStave.cxx.
|
inline |
Definition at line 43 of file ServicesStave.h.
|
inline |
Definition at line 44 of file ServicesStave.h.
|
inline |
Definition at line 41 of file ServicesStave.h.
ConnectionSide ServicesStave::inletSide | ( | ) | const |
|
inline |
Definition at line 38 of file ServicesStave.h.
|
inline |
Definition at line 39 of file ServicesStave.h.
|
inline |
Definition at line 36 of file ServicesStave.h.
|
inline |
Definition at line 37 of file ServicesStave.h.
|
inline |
Definition at line 42 of file ServicesStave.h.
ConnectionSide ServicesStave::outletSide | ( | ) | const |
|
private |
Definition at line 59 of file ServicesStave.h.
|
private |
Definition at line 60 of file ServicesStave.h.
|
private |
Definition at line 57 of file ServicesStave.h.
|
private |
Definition at line 55 of file ServicesStave.h.
|
private |
Definition at line 56 of file ServicesStave.h.
|
private |
Definition at line 53 of file ServicesStave.h.
|
private |
Definition at line 54 of file ServicesStave.h.
|
private |
Definition at line 58 of file ServicesStave.h.
|
private |
Definition at line 52 of file ServicesStave.h.
|
private |
Definition at line 51 of file ServicesStave.h.