ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
LArTBLeakHit Class Reference

#include <LArTBLeakHit.h>

Collaboration diagram for LArTBLeakHit:

Public Member Functions

 LArTBLeakHit ()=default
 
 LArTBLeakHit (int d)
 
void SetEkin (double ed)
 
void AddEkin (double ed)
 
double GetEkin ()
 
void SetEtot (double ed)
 
void AddEtot (double ed)
 
double GetEtot ()
 
void SetCode (int cod)
 
int GetCode ()
 
void SetPos (const CLHEP::Hep3Vector &p)
 
CLHEP::Hep3Vector GetPos ()
 
void SetDir (int d)
 
int GetDir ()
 

Private Attributes

double m_ekin {}
 
double m_etot {}
 
int m_pcode {}
 
CLHEP::Hep3Vector m_pos
 
int m_dir {}
 

Detailed Description

Definition at line 19 of file LArTBLeakHit.h.

Constructor & Destructor Documentation

◆ LArTBLeakHit() [1/2]

LArTBLeakHit::LArTBLeakHit ( )
default

◆ LArTBLeakHit() [2/2]

LArTBLeakHit::LArTBLeakHit ( int  d)
inline

Definition at line 23 of file LArTBLeakHit.h.

23 : m_dir(d) {};

Member Function Documentation

◆ AddEkin()

void LArTBLeakHit::AddEkin ( double  ed)
inline

Definition at line 28 of file LArTBLeakHit.h.

28 { m_ekin += ed; }

◆ AddEtot()

void LArTBLeakHit::AddEtot ( double  ed)
inline

Definition at line 31 of file LArTBLeakHit.h.

31 { m_etot += ed; }

◆ GetCode()

int LArTBLeakHit::GetCode ( )
inline

Definition at line 36 of file LArTBLeakHit.h.

36 { return m_pcode; }

◆ GetDir()

int LArTBLeakHit::GetDir ( )
inline

Definition at line 44 of file LArTBLeakHit.h.

44 { return m_dir; }

◆ GetEkin()

double LArTBLeakHit::GetEkin ( )
inline

Definition at line 29 of file LArTBLeakHit.h.

29 { return m_ekin; }

◆ GetEtot()

double LArTBLeakHit::GetEtot ( )
inline

Definition at line 32 of file LArTBLeakHit.h.

32 { return m_etot; }

◆ GetPos()

CLHEP::Hep3Vector LArTBLeakHit::GetPos ( )
inline

Definition at line 40 of file LArTBLeakHit.h.

40 { return m_pos; }

◆ SetCode()

void LArTBLeakHit::SetCode ( int  cod)
inline

Definition at line 35 of file LArTBLeakHit.h.

35 { m_pcode = cod; }

◆ SetDir()

void LArTBLeakHit::SetDir ( int  d)
inline

Definition at line 43 of file LArTBLeakHit.h.

43 { m_dir = d; }

◆ SetEkin()

void LArTBLeakHit::SetEkin ( double  ed)
inline

Definition at line 27 of file LArTBLeakHit.h.

27 { m_ekin = ed; }

◆ SetEtot()

void LArTBLeakHit::SetEtot ( double  ed)
inline

Definition at line 30 of file LArTBLeakHit.h.

30 { m_etot = ed; }

◆ SetPos()

void LArTBLeakHit::SetPos ( const CLHEP::Hep3Vector &  p)
inline

Definition at line 39 of file LArTBLeakHit.h.

39 { m_pos = p; }

Member Data Documentation

◆ m_dir

int LArTBLeakHit::m_dir {}
private

Definition at line 54 of file LArTBLeakHit.h.

◆ m_ekin

double LArTBLeakHit::m_ekin {}
private

Definition at line 47 of file LArTBLeakHit.h.

◆ m_etot

double LArTBLeakHit::m_etot {}
private

Definition at line 48 of file LArTBLeakHit.h.

◆ m_pcode

int LArTBLeakHit::m_pcode {}
private

Definition at line 49 of file LArTBLeakHit.h.

◆ m_pos

CLHEP::Hep3Vector LArTBLeakHit::m_pos
private

Definition at line 53 of file LArTBLeakHit.h.


The documentation for this class was generated from the following file:
hist_file_dump.d
d
Definition: hist_file_dump.py:143
LArTBLeakHit::m_ekin
double m_ekin
Definition: LArTBLeakHit.h:47
LArTBLeakHit::m_pcode
int m_pcode
Definition: LArTBLeakHit.h:49
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
LArTBLeakHit::m_dir
int m_dir
Definition: LArTBLeakHit.h:54
LArTBLeakHit::m_etot
double m_etot
Definition: LArTBLeakHit.h:48
LArTBLeakHit::m_pos
CLHEP::Hep3Vector m_pos
Definition: LArTBLeakHit.h:53