![]() |
ATLAS Offline Software
|
#include <SPLayer.h>
Public Member Functions | |
| SPLayer (const int, const int, const int, const int, const int, const int, const std::string &, const std::vector< TH1 * > &) | |
| int | incnmod () |
| int | incnhit () |
| int | dettype () const |
| int | bec () const |
| int | layer () const |
| int | side () const |
| int | nmod () const |
| int | nhit () const |
| TH1 * | hptr (int) const |
| const std::string & | name () const |
Private Attributes | |
| int | m_dettype |
| int | m_bec |
| int | m_layer |
| int | m_side |
| int | m_nmod |
| int | m_nhit |
| std::string | m_name |
| std::vector< TH1 * > | m_histlist |
| SPLayer::SPLayer | ( | const int | , |
| const int | , | ||
| const int | det, | ||
| const int | bec, | ||
| const int | layer, | ||
| const int | side, | ||
| const std::string & | name, | ||
| const std::vector< TH1 * > & | histlist ) |
Definition at line 12 of file SPLayer.cxx.
|
inline |
|
inline |