#include <jTauTOBArray.h>
|
| virtual void | print (std::ostream &) const |
Definition at line 19 of file jTauTOBArray.h.
◆ const_iterator
◆ data_t
◆ iterator
◆ jTauTOBArray()
| TCS::jTauTOBArray::jTauTOBArray |
( |
const std::string & | name, |
|
|
unsigned int | reserve ) |
Definition at line 7 of file jTauTOBArray.cxx.
7 :
10{}
DataArrayImpl(unsigned int reserve=0)
const std::string & name() const
◆ asTOBArray()
Definition at line 14 of file jTauTOBArray.cxx.
14 {
15 TOBArray tobarray(
name());
16 for(
const jTauTOB * jet :
m_data)
17 tobarray.push_back( GenericTOB(*jet));
18 return tobarray;
19}
◆ begin()
◆ capacity()
◆ clear()
◆ end()
◆ name()
| const std::string & TCS::DataArray::name |
( |
| ) |
const |
|
inlineinherited |
◆ operator[]()
◆ pop_back()
◆ print()
| void TCS::jTauTOBArray::print |
( |
std::ostream & | o | ) |
const |
|
privatevirtual |
◆ push_back()
Definition at line 36 of file DataArrayImpl.h.
57 {
59}
virtual void push_back(const DATA &tob)
◆ size()
| virtual unsigned int TCS::jTauTOBArray::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: