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

#include <LArTBWarmTCHit.h>

Collaboration diagram for LArTBWarmTCHit:

Public Member Functions

 LArTBWarmTCHit ()
 
 LArTBWarmTCHit (int ad, double en)
 
 LArTBWarmTCHit (const LArTBWarmTCHit &right)
 
const LArTBWarmTCHitoperator= (const LArTBWarmTCHit &right)
 
int operator== (const LArTBWarmTCHit &right)
 
void Draw ()
 
void Print ()
 
void SetEnergy (double ed)
 
void AddEnergy (double ed)
 
double GetEnergy ()
 
void SetAddr (int d)
 
int GetAddr ()
 

Private Attributes

int m_addr
 
double m_energy
 

Detailed Description

Definition at line 17 of file LArTBWarmTCHit.h.

Constructor & Destructor Documentation

◆ LArTBWarmTCHit() [1/3]

LArTBWarmTCHit::LArTBWarmTCHit ( )
inline

Definition at line 20 of file LArTBWarmTCHit.h.

20 {;};

◆ LArTBWarmTCHit() [2/3]

LArTBWarmTCHit::LArTBWarmTCHit ( int  ad,
double  en 
)
inline

Definition at line 21 of file LArTBWarmTCHit.h.

21 {m_addr = ad; m_energy = en; };

◆ LArTBWarmTCHit() [3/3]

LArTBWarmTCHit::LArTBWarmTCHit ( const LArTBWarmTCHit right)

Member Function Documentation

◆ AddEnergy()

void LArTBWarmTCHit::AddEnergy ( double  ed)
inline

Definition at line 36 of file LArTBWarmTCHit.h.

36 { m_energy += ed; }

◆ Draw()

void LArTBWarmTCHit::Draw ( )
inline

Definition at line 30 of file LArTBWarmTCHit.h.

30 {;};

◆ GetAddr()

int LArTBWarmTCHit::GetAddr ( )
inline

Definition at line 41 of file LArTBWarmTCHit.h.

41 { return m_addr; }

◆ GetEnergy()

double LArTBWarmTCHit::GetEnergy ( )
inline

Definition at line 37 of file LArTBWarmTCHit.h.

37 { return m_energy; }

◆ operator=()

const LArTBWarmTCHit& LArTBWarmTCHit::operator= ( const LArTBWarmTCHit right)

◆ operator==()

int LArTBWarmTCHit::operator== ( const LArTBWarmTCHit right)

◆ Print()

void LArTBWarmTCHit::Print ( )
inline

Definition at line 31 of file LArTBWarmTCHit.h.

31 {;};

◆ SetAddr()

void LArTBWarmTCHit::SetAddr ( int  d)
inline

Definition at line 40 of file LArTBWarmTCHit.h.

40 { m_addr = d; }

◆ SetEnergy()

void LArTBWarmTCHit::SetEnergy ( double  ed)
inline

Definition at line 35 of file LArTBWarmTCHit.h.

35 { m_energy = ed; }

Member Data Documentation

◆ m_addr

int LArTBWarmTCHit::m_addr
private

Definition at line 44 of file LArTBWarmTCHit.h.

◆ m_energy

double LArTBWarmTCHit::m_energy
private

Definition at line 45 of file LArTBWarmTCHit.h.


The documentation for this class was generated from the following file:
hist_file_dump.d
d
Definition: hist_file_dump.py:137
PlotCalibFromCool.en
en
Definition: PlotCalibFromCool.py:399
LArTBWarmTCHit::m_addr
int m_addr
Definition: LArTBWarmTCHit.h:44
LArTBWarmTCHit::m_energy
double m_energy
Definition: LArTBWarmTCHit.h:45