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

#include <LUCID_SimHitCollection_p2.h>

Collaboration diagram for LUCID_SimHitCollection_p2:

Public Types

typedef std::vector< LUCID_SimHit_p2HitVector
 typedefs More...
 
typedef HitVector::const_iterator const_iterator
 
typedef HitVector::iterator iterator
 

Public Member Functions

 LUCID_SimHitCollection_p2 ()
 Default constructor. More...
 
const std::string & name () const
 
const HitVectorgetVector () const
 

Public Attributes

std::vector< LUCID_SimHit_p2m_cont
 
std::string m_name
 

Detailed Description

Definition at line 12 of file LUCID_SimHitCollection_p2.h.

Member Typedef Documentation

◆ const_iterator

typedef HitVector::const_iterator LUCID_SimHitCollection_p2::const_iterator

Definition at line 17 of file LUCID_SimHitCollection_p2.h.

◆ HitVector

typedefs

Definition at line 16 of file LUCID_SimHitCollection_p2.h.

◆ iterator

typedef HitVector::iterator LUCID_SimHitCollection_p2::iterator

Definition at line 18 of file LUCID_SimHitCollection_p2.h.

Constructor & Destructor Documentation

◆ LUCID_SimHitCollection_p2()

LUCID_SimHitCollection_p2::LUCID_SimHitCollection_p2 ( )
inline

Default constructor.

Definition at line 35 of file LUCID_SimHitCollection_p2.h.

35 {}

Member Function Documentation

◆ getVector()

const std::vector< LUCID_SimHit_p2 > & LUCID_SimHitCollection_p2::getVector ( ) const
inline

Definition at line 44 of file LUCID_SimHitCollection_p2.h.

45 {return m_cont;}

◆ name()

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

Definition at line 39 of file LUCID_SimHitCollection_p2.h.

40 {return m_name;}

Member Data Documentation

◆ m_cont

std::vector<LUCID_SimHit_p2> LUCID_SimHitCollection_p2::m_cont

Definition at line 27 of file LUCID_SimHitCollection_p2.h.

◆ m_name

std::string LUCID_SimHitCollection_p2::m_name

Definition at line 28 of file LUCID_SimHitCollection_p2.h.


The documentation for this class was generated from the following file:
LUCID_SimHitCollection_p2::m_name
std::string m_name
Definition: LUCID_SimHitCollection_p2.h:28
LUCID_SimHitCollection_p2::m_cont
std::vector< LUCID_SimHit_p2 > m_cont
Definition: LUCID_SimHitCollection_p2.h:27