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

Persistent represenation of a LArHitContainer,. More...

#include <LArHitContainer_p1.h>

Collaboration diagram for LArHitContainer_p1:

Public Types

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

Public Member Functions

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

Public Attributes

std::vector< LArHit_p1m_cont
 
std::string m_name
 

Detailed Description

Persistent represenation of a LArHitContainer,.

Author
: Davide Costanzo

Definition at line 21 of file LArHitContainer_p1.h.

Member Typedef Documentation

◆ const_iterator

typedef HitVector::const_iterator LArHitContainer_p1::const_iterator

Definition at line 26 of file LArHitContainer_p1.h.

◆ HitVector

typedefs

Definition at line 25 of file LArHitContainer_p1.h.

◆ iterator

typedef HitVector::iterator LArHitContainer_p1::iterator

Definition at line 27 of file LArHitContainer_p1.h.

Constructor & Destructor Documentation

◆ LArHitContainer_p1()

LArHitContainer_p1::LArHitContainer_p1 ( )
inline

Default constructor.

Definition at line 45 of file LArHitContainer_p1.h.

45 {}

Member Function Documentation

◆ getVector()

const std::vector< LArHit_p1 > & LArHitContainer_p1::getVector ( ) const
inline

Definition at line 54 of file LArHitContainer_p1.h.

55 {return m_cont;}

◆ name()

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

Definition at line 49 of file LArHitContainer_p1.h.

50 {return m_name;}

Member Data Documentation

◆ m_cont

std::vector<LArHit_p1> LArHitContainer_p1::m_cont

Definition at line 37 of file LArHitContainer_p1.h.

◆ m_name

std::string LArHitContainer_p1::m_name

Definition at line 38 of file LArHitContainer_p1.h.


The documentation for this class was generated from the following file:
LArHitContainer_p1::m_cont
std::vector< LArHit_p1 > m_cont
Definition: LArHitContainer_p1.h:37
LArHitContainer_p1::m_name
std::string m_name
Definition: LArHitContainer_p1.h:38