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

Persistent LArHit class, version p1. More...

#include <LArHit_p1.h>

Collaboration diagram for LArHit_p1:

Public Member Functions

 LArHit_p1 ()
 

Private Attributes

unsigned int m_channelID
 identifier of the cell in which this hit occured. More...
 
float m_energy
 energy (in MeV) deposited in this hit More...
 
float m_time
 

Friends

class LArHitCnv_p1
 
class LArHitFloatCnv_p1
 

Detailed Description

Persistent LArHit class, version p1.

Definition at line 13 of file LArHit_p1.h.

Constructor & Destructor Documentation

◆ LArHit_p1()

LArHit_p1::LArHit_p1 ( )
inline

Definition at line 15 of file LArHit_p1.h.

16  : m_channelID(0),
17  m_energy(0),
18  m_time(0)
19  {};

Friends And Related Function Documentation

◆ LArHitCnv_p1

friend class LArHitCnv_p1
friend

Definition at line 20 of file LArHit_p1.h.

◆ LArHitFloatCnv_p1

friend class LArHitFloatCnv_p1
friend

Definition at line 21 of file LArHit_p1.h.

Member Data Documentation

◆ m_channelID

unsigned int LArHit_p1::m_channelID
private

identifier of the cell in which this hit occured.

Definition at line 25 of file LArHit_p1.h.

◆ m_energy

float LArHit_p1::m_energy
private

energy (in MeV) deposited in this hit

Definition at line 28 of file LArHit_p1.h.

◆ m_time

float LArHit_p1::m_time
private

Definition at line 31 of file LArHit_p1.h.


The documentation for this class was generated from the following file:
LArHit_p1::m_time
float m_time
Definition: LArHit_p1.h:31
LArHit_p1::m_channelID
unsigned int m_channelID
identifier of the cell in which this hit occured.
Definition: LArHit_p1.h:25
LArHit_p1::m_energy
float m_energy
energy (in MeV) deposited in this hit
Definition: LArHit_p1.h:28