ATLAS Offline Software
Public Member Functions | Private Attributes | Friends | List of all members
TileHit_p1 Class Reference

#include <TileHit_p1.h>

Collaboration diagram for TileHit_p1:

Public Member Functions

 TileHit_p1 ()
 

Private Attributes

unsigned int m_channelID
 
std::vector< float > m_energy
 
std::vector< float > m_time
 

Friends

class TileHitCnv_p1
 

Detailed Description

Definition at line 9 of file TileHit_p1.h.

Constructor & Destructor Documentation

◆ TileHit_p1()

TileHit_p1::TileHit_p1 ( )
inline

Definition at line 11 of file TileHit_p1.h.

11 : m_channelID(0), m_energy(), m_time() {};

Friends And Related Function Documentation

◆ TileHitCnv_p1

friend class TileHitCnv_p1
friend

Definition at line 12 of file TileHit_p1.h.

Member Data Documentation

◆ m_channelID

unsigned int TileHit_p1::m_channelID
private

Definition at line 15 of file TileHit_p1.h.

◆ m_energy

std::vector<float> TileHit_p1::m_energy
private

Definition at line 16 of file TileHit_p1.h.

◆ m_time

std::vector<float> TileHit_p1::m_time
private

Definition at line 17 of file TileHit_p1.h.


The documentation for this class was generated from the following file:
TileHit_p1::m_time
std::vector< float > m_time
Definition: TileHit_p1.h:17
TileHit_p1::m_energy
std::vector< float > m_energy
Definition: TileHit_p1.h:16
TileHit_p1::m_channelID
unsigned int m_channelID
Definition: TileHit_p1.h:15