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

Persistent represenation of a LArHitContainer,. More...

#include <LArHitContainer_p2.h>

Collaboration diagram for LArHitContainer_p2:

Public Member Functions

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

Public Attributes

std::vector< unsigned int > m_channelHash
 
std::vector< unsigned int > m_energy
 
std::vector< unsigned short > m_time
 
std::string m_name
 

Detailed Description

Persistent represenation of a LArHitContainer,.

Author
: Ilija Vukotic

Definition at line 15 of file LArHitContainer_p2.h.

Constructor & Destructor Documentation

◆ LArHitContainer_p2()

LArHitContainer_p2::LArHitContainer_p2 ( )
inline

Default constructor.

Definition at line 34 of file LArHitContainer_p2.h.

34 {}

Member Function Documentation

◆ name()

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

Definition at line 36 of file LArHitContainer_p2.h.

37 {return m_name;}

Member Data Documentation

◆ m_channelHash

std::vector<unsigned int> LArHitContainer_p2::m_channelHash

Definition at line 25 of file LArHitContainer_p2.h.

◆ m_energy

std::vector<unsigned int> LArHitContainer_p2::m_energy

Definition at line 26 of file LArHitContainer_p2.h.

◆ m_name

std::string LArHitContainer_p2::m_name

Definition at line 28 of file LArHitContainer_p2.h.

◆ m_time

std::vector<unsigned short> LArHitContainer_p2::m_time

Definition at line 27 of file LArHitContainer_p2.h.


The documentation for this class was generated from the following file:
LArHitContainer_p2::m_name
std::string m_name
Definition: LArHitContainer_p2.h:28