#include <JetTOBArray.h>
|
| virtual void | print (std::ostream &) const |
Definition at line 21 of file JetTOBArray.h.
◆ const_iterator
◆ data_t
◆ iterator
◆ JetTOBArray()
| TCS::JetTOBArray::JetTOBArray |
( |
const std::string & | name, |
|
|
unsigned int | reserve ) |
Definition at line 14 of file JetTOBArray.cxx.
14 :
17{}
DataArrayImpl(unsigned int reserve=0)
const std::string & name() const
◆ asTOBArray()
Definition at line 21 of file JetTOBArray.cxx.
21 {
22 TOBArray tobarray(
name());
23 for(
const JetTOB * jet :
m_data)
24 tobarray.push_back( GenericTOB(*jet, jetsize));
25 return tobarray;
26}
◆ begin()
◆ capacity()
◆ clear()
◆ end()
◆ name()
| const std::string & TCS::DataArray::name |
( |
| ) |
const |
|
inlineinherited |
◆ operator[]()
◆ pop_back()
◆ print()
| void TCS::JetTOBArray::print |
( |
std::ostream & | o | ) |
const |
|
privatevirtual |
Implements TCS::DataArray.
Definition at line 29 of file JetTOBArray.cxx.
29 {
30 o <<
name() << std::endl;
32 o << **tob << std::endl;
33}
data_t::const_iterator const_iterator
◆ push_back()
Definition at line 36 of file DataArrayImpl.h.
57 {
59}
virtual void push_back(const DATA &tob)
◆ size()
| virtual unsigned int TCS::JetTOBArray::size |
( |
| ) |
const |
|
inlinevirtual |
◆ m_data
◆ m_name
| std::string TCS::DataArray::m_name |
|
privateinherited |
◆ m_reserve
The documentation for this class was generated from the following files: