#include <SPLayer.h>
|
| | 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 |
Definition at line 15 of file SPLayer.h.
◆ SPLayer()
| 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.
14 :
17 {
18 std::cout << "In splayer constructer" << std::endl;
20 "SPLayer Error: Unexpected histogram list size " <<
22}
std::vector< TH1 * > m_histlist
const std::string & name() const
◆ bec()
| int SPLayer::bec |
( |
| ) |
const |
|
inline |
◆ dettype()
| int SPLayer::dettype |
( |
| ) |
const |
|
inline |
◆ hptr()
| TH1 * SPLayer::hptr |
( |
int | i | ) |
const |
|
inline |
◆ incnhit()
◆ incnmod()
◆ layer()
| int SPLayer::layer |
( |
| ) |
const |
|
inline |
◆ name()
| const std::string & SPLayer::name |
( |
| ) |
const |
|
inline |
◆ nhit()
| int SPLayer::nhit |
( |
| ) |
const |
|
inline |
◆ nmod()
| int SPLayer::nmod |
( |
| ) |
const |
|
inline |
◆ side()
| int SPLayer::side |
( |
| ) |
const |
|
inline |
◆ m_bec
◆ m_dettype
◆ m_histlist
| std::vector<TH1*> SPLayer::m_histlist |
|
private |
◆ m_layer
◆ m_name
| std::string SPLayer::m_name |
|
private |
◆ m_nhit
◆ m_nmod
◆ m_side
The documentation for this class was generated from the following files: