#include <TMBCalT42.hpp>
Definition at line 15 of file TMBCalT42.hpp.
Public Member Functions | |
| TMBCalT42 () | |
| TMBCalT42 (TMBCellContainer *cont, const std::vector< TMBCellContainer::Index_t > &cells) | |
| ~TMBCalT42 () | |
| Int_t | NumCells () const |
| Number of calo cells in this set. | |
| const TMBCaloCell * | GetCell (Int_t index) const |
| Get a Calo cell based on index; returns NULL if 'index' is greater than NumCells(). | |
| Bool_t | IsFolder () const |
| Inherited from TObject. Allow contents of this object to be browsed. | |
| ClassDef (TMBCalT42, 1) | |
Private Attributes | |
| TRef | _container |
| std::vector< TMBCellContainer::Index_t > | _cells |
|
|
Definition at line 5 of file TMBCalT42.cpp. |
|
||||||||||||
|
Definition at line 9 of file TMBCalT42.cpp. |
|
|
Definition at line 16 of file TMBCalT42.cpp. |
|
||||||||||||
|
|
|
|
Get a Calo cell based on index; returns NULL if 'index' is greater than NumCells().
Definition at line 27 of file TMBCalT42.cpp. References _cells, _container, and TMBCellContainer::GetCell(). |
|
|
Inherited from TObject. Allow contents of this object to be browsed.
Definition at line 37 of file TMBCalT42.cpp. |
|
|
Number of calo cells in this set.
Definition at line 20 of file TMBCalT42.cpp. References _cells. |
|
|
Definition at line 17 of file TMBCalT42.hpp. Referenced by GetCell(), and NumCells(). |
|
|
Definition at line 16 of file TMBCalT42.hpp. Referenced by GetCell(). |
1.3.4