#include <gJetTOBArray.h>
|
| virtual void | print (std::ostream &) const |
Definition at line 19 of file gJetTOBArray.h.
◆ const_iterator
◆ data_t
◆ iterator
◆ gJetTOBArray()
| TCS::gJetTOBArray::gJetTOBArray |
( |
const std::string & | name, |
|
|
unsigned int | reserve ) |
Definition at line 10 of file gJetTOBArray.cxx.
10 :
13{}
DataArrayImpl(unsigned int reserve=0)
const std::string & name() const
◆ asTOBArray()
Definition at line 17 of file gJetTOBArray.cxx.
17 {
18 TOBArray tobarray(
name());
19 for(
const gJetTOB * jet :
m_data)
20 tobarray.push_back( GenericTOB(*jet));
21 return tobarray;
22}
◆ begin()
◆ capacity()
◆ clear()
◆ end()
◆ name()
| const std::string & TCS::DataArray::name |
( |
| ) |
const |
|
inlineinherited |
◆ operator[]()
◆ pop_back()
◆ print()
| void TCS::gJetTOBArray::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::gJetTOBArray::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: