ATLAS Offline Software
Public Types | Public Member Functions | Public Attributes | List of all members
ALFA_ODHitCollection_p1 Class Reference

#include <ALFA_ODHitCollection_p1.h>

Collaboration diagram for ALFA_ODHitCollection_p1:

Public Types

typedef std::vector< ALFA_ODHit_p1HitVector
 
typedef HitVector::const_iterator const_iterator
 
typedef HitVector::iterator iterator
 

Public Member Functions

 ALFA_ODHitCollection_p1 ()
 
const std::string & name () const
 
const HitVectorgetVector () const
 

Public Attributes

std::vector< ALFA_ODHit_p1m_cont
 
std::string m_name
 

Detailed Description

Definition at line 16 of file ALFA_ODHitCollection_p1.h.

Member Typedef Documentation

◆ const_iterator

typedef HitVector::const_iterator ALFA_ODHitCollection_p1::const_iterator

Definition at line 21 of file ALFA_ODHitCollection_p1.h.

◆ HitVector

Definition at line 20 of file ALFA_ODHitCollection_p1.h.

◆ iterator

typedef HitVector::iterator ALFA_ODHitCollection_p1::iterator

Definition at line 22 of file ALFA_ODHitCollection_p1.h.

Constructor & Destructor Documentation

◆ ALFA_ODHitCollection_p1()

ALFA_ODHitCollection_p1::ALFA_ODHitCollection_p1 ( )
inline

Definition at line 40 of file ALFA_ODHitCollection_p1.h.

40 {}

Member Function Documentation

◆ getVector()

const std::vector< ALFA_ODHit_p1 > & ALFA_ODHitCollection_p1::getVector ( ) const
inline

Definition at line 49 of file ALFA_ODHitCollection_p1.h.

50 {return m_cont;}

◆ name()

const std::string & ALFA_ODHitCollection_p1::name ( ) const
inline

Definition at line 44 of file ALFA_ODHitCollection_p1.h.

45 {return m_name;}

Member Data Documentation

◆ m_cont

std::vector<ALFA_ODHit_p1> ALFA_ODHitCollection_p1::m_cont

Definition at line 33 of file ALFA_ODHitCollection_p1.h.

◆ m_name

std::string ALFA_ODHitCollection_p1::m_name

Definition at line 34 of file ALFA_ODHitCollection_p1.h.


The documentation for this class was generated from the following file:
ALFA_ODHitCollection_p1::m_name
std::string m_name
Definition: ALFA_ODHitCollection_p1.h:34
ALFA_ODHitCollection_p1::m_cont
std::vector< ALFA_ODHit_p1 > m_cont
Definition: ALFA_ODHitCollection_p1.h:33