ATLAS Offline Software
Public Types | Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
GlobalSim::jJetTOBArray Class Reference

#include <jJetTOBArray.h>

Inheritance diagram for GlobalSim::jJetTOBArray:
Collaboration diagram for GlobalSim::jJetTOBArray:

Public Types

typedef std::vector< TCS::jJetTOB * > data_t
 
typedef data_t::iterator iterator
 
typedef data_t::const_iterator const_iterator
 

Public Member Functions

 jJetTOBArray (const std::string &name, unsigned int reserve)
 
virtual unsigned int size () const
 
const std::string & name () const
 
size_t size () const
 
size_t capacity () const
 
void clear ()
 
virtual void push_back (const TCS::jJetTOB &tob)
 
void pop_back ()
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
TCS::jJetTOBoperator[] (const int i)
 
const TCS::jJetTOBoperator[] (const int i) const
 

Protected Attributes

data_t m_data
 
unsigned int m_reserve
 

Private Member Functions

virtual void print (std::ostream &) const
 

Private Attributes

std::string m_name
 

Detailed Description

Definition at line 20 of file Global/GlobalSimulation/src/IO/jJetTOBArray.h.

Member Typedef Documentation

◆ const_iterator

typedef data_t::const_iterator TCS::DataArrayImpl< TCS::jJetTOB >::const_iterator
inherited

Definition at line 18 of file DataArrayImpl.h.

◆ data_t

typedef std::vector<TCS::jJetTOB *> TCS::DataArrayImpl< TCS::jJetTOB >::data_t
inherited

Definition at line 16 of file DataArrayImpl.h.

◆ iterator

typedef data_t::iterator TCS::DataArrayImpl< TCS::jJetTOB >::iterator
inherited

Definition at line 17 of file DataArrayImpl.h.

Constructor & Destructor Documentation

◆ jJetTOBArray()

GlobalSim::jJetTOBArray::jJetTOBArray ( const std::string &  name,
unsigned int  reserve 
)

Definition at line 12 of file Global/GlobalSimulation/src/IO/jJetTOBArray.cxx.

13  :
16  {}

Member Function Documentation

◆ begin() [1/2]

iterator TCS::DataArrayImpl< TCS::jJetTOB >::begin
inlineinherited

Definition at line 40 of file DataArrayImpl.h.

40 { return m_data.begin(); }

◆ begin() [2/2]

const_iterator TCS::DataArrayImpl< TCS::jJetTOB >::begin
inlineinherited

Definition at line 41 of file DataArrayImpl.h.

41 { return m_data.begin(); }

◆ capacity()

size_t TCS::DataArrayImpl< TCS::jJetTOB >::capacity
inlineinherited

Definition at line 32 of file DataArrayImpl.h.

32 { return m_data.capacity(); }

◆ clear()

void TCS::DataArrayImpl< TCS::jJetTOB >::clear
inlineinherited

Definition at line 34 of file DataArrayImpl.h.

34 { m_data.clear(); }

◆ end() [1/2]

iterator TCS::DataArrayImpl< TCS::jJetTOB >::end
inlineinherited

Definition at line 43 of file DataArrayImpl.h.

43 { return m_data.end(); }

◆ end() [2/2]

Definition at line 44 of file DataArrayImpl.h.

44 { return m_data.end(); }

◆ name()

const std::string& TCS::DataArray::name ( ) const
inlineinherited

Definition at line 20 of file DataArray.h.

20 { return m_name; }

◆ operator[]() [1/2]

TCS::jJetTOB & TCS::DataArrayImpl< TCS::jJetTOB >::operator[] ( const int  i)
inlineinherited

Definition at line 46 of file DataArrayImpl.h.

46 { return *m_data[i]; }

◆ operator[]() [2/2]

const TCS::jJetTOB & TCS::DataArrayImpl< TCS::jJetTOB >::operator[] ( const int  i) const
inlineinherited

Definition at line 47 of file DataArrayImpl.h.

47 { return *m_data[i]; }

◆ pop_back()

void TCS::DataArrayImpl< TCS::jJetTOB >::pop_back
inlineinherited

Definition at line 38 of file DataArrayImpl.h.

38 { m_data.pop_back(); }

◆ print()

void GlobalSim::jJetTOBArray::print ( std::ostream &  o) const
privatevirtual

Implements TCS::DataArray.

Definition at line 20 of file Global/GlobalSimulation/src/IO/jJetTOBArray.cxx.

20  {
21  o << name() << std::endl;
22  for(const_iterator tob = begin(); tob != end(); ++tob)
23  o << **tob << std::endl;
24  }

◆ push_back()

void TCS::DataArrayImpl< TCS::jJetTOB >::push_back ( const TCS::jJetTOB tob)
virtualinherited

Definition at line 36 of file DataArrayImpl.h.

57  {
58  m_data.push_back(DATA::createOnHeap(tob));
59 }

◆ size() [1/2]

virtual unsigned int GlobalSim::jJetTOBArray::size ( ) const
inlinevirtual

Implements TCS::InputTOBArray.

Definition at line 26 of file Global/GlobalSimulation/src/IO/jJetTOBArray.h.

26  {
28  }

◆ size() [2/2]

size_t TCS::DataArrayImpl< TCS::jJetTOB >::size
inlineinherited

Definition at line 30 of file DataArrayImpl.h.

30 { return m_data.size(); }

Member Data Documentation

◆ m_data

data_t TCS::DataArrayImpl< TCS::jJetTOB >::m_data
protectedinherited

Definition at line 50 of file DataArrayImpl.h.

◆ m_name

std::string TCS::DataArray::m_name
privateinherited

Definition at line 25 of file DataArray.h.

◆ m_reserve

unsigned int TCS::DataArrayImpl< TCS::jJetTOB >::m_reserve
protectedinherited

Definition at line 51 of file DataArrayImpl.h.


The documentation for this class was generated from the following files:
TCS::DataArrayImpl< TCS::jJetTOB >::const_iterator
data_t::const_iterator const_iterator
Definition: DataArrayImpl.h:18
TCS::DataArray::name
const std::string & name() const
Definition: DataArray.h:20
TCS::DataArrayImpl< TCS::jJetTOB >::end
iterator end()
Definition: DataArrayImpl.h:43
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
TCS::DataArrayImpl< TCS::jJetTOB >
lumiFormat.i
int i
Definition: lumiFormat.py:92
TCS::InputTOBArray
Definition: InputTOBArray.h:15
TCS::DataArray::m_name
std::string m_name
Definition: DataArray.h:25
TCS::DataArrayImpl< TCS::jJetTOB >::m_data
data_t m_data
Definition: DataArrayImpl.h:50
TCS::DataArrayImpl< TCS::jJetTOB >::begin
iterator begin()
Definition: DataArrayImpl.h:40