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

#include <LArTBLeakHit.h>

Collaboration diagram for LArTBLeakHit:

Public Member Functions

 LArTBLeakHit ()
 
 LArTBLeakHit (int d)
 
 LArTBLeakHit (int dir, int pcode, float ekin, float etot)
 
 LArTBLeakHit (const LArTBLeakHit &right)
 
const LArTBLeakHitoperator= (const LArTBLeakHit &right)
 
int operator== (const LArTBLeakHit &right)
 
void Draw ()
 
void Print ()
 
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/4]

LArTBLeakHit::LArTBLeakHit ( )
inline

Definition at line 22 of file LArTBLeakHit.h.

22 {;};

◆ LArTBLeakHit() [2/4]

LArTBLeakHit::LArTBLeakHit ( int  d)
inline

Definition at line 23 of file LArTBLeakHit.h.

23 {m_dir = d;};

◆ LArTBLeakHit() [3/4]

LArTBLeakHit::LArTBLeakHit ( int  dir,
int  pcode,
float  ekin,
float  etot 
)

◆ LArTBLeakHit() [4/4]

LArTBLeakHit::LArTBLeakHit ( const LArTBLeakHit right)

Member Function Documentation

◆ AddEkin()

void LArTBLeakHit::AddEkin ( double  ed)
inline

Definition at line 39 of file LArTBLeakHit.h.

39 { m_ekin += ed; }

◆ AddEtot()

void LArTBLeakHit::AddEtot ( double  ed)
inline

Definition at line 42 of file LArTBLeakHit.h.

42 { m_etot += ed; }

◆ Draw()

void LArTBLeakHit::Draw ( )
inline

Definition at line 33 of file LArTBLeakHit.h.

33 {;};

◆ GetCode()

int LArTBLeakHit::GetCode ( )
inline

Definition at line 47 of file LArTBLeakHit.h.

47 { return m_pcode; }

◆ GetDir()

int LArTBLeakHit::GetDir ( )
inline

Definition at line 55 of file LArTBLeakHit.h.

55 { return m_dir; }

◆ GetEkin()

double LArTBLeakHit::GetEkin ( )
inline

Definition at line 40 of file LArTBLeakHit.h.

40 { return m_ekin; }

◆ GetEtot()

double LArTBLeakHit::GetEtot ( )
inline

Definition at line 43 of file LArTBLeakHit.h.

43 { return m_etot; }

◆ GetPos()

CLHEP::Hep3Vector LArTBLeakHit::GetPos ( )
inline

Definition at line 51 of file LArTBLeakHit.h.

51 { return m_pos; }

◆ operator=()

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

◆ operator==()

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

◆ Print()

void LArTBLeakHit::Print ( )
inline

Definition at line 34 of file LArTBLeakHit.h.

34 {;};

◆ SetCode()

void LArTBLeakHit::SetCode ( int  cod)
inline

Definition at line 46 of file LArTBLeakHit.h.

46 { m_pcode = cod; }

◆ SetDir()

void LArTBLeakHit::SetDir ( int  d)
inline

Definition at line 54 of file LArTBLeakHit.h.

54 { m_dir = d; }

◆ SetEkin()

void LArTBLeakHit::SetEkin ( double  ed)
inline

Definition at line 38 of file LArTBLeakHit.h.

38 { m_ekin = ed; }

◆ SetEtot()

void LArTBLeakHit::SetEtot ( double  ed)
inline

Definition at line 41 of file LArTBLeakHit.h.

41 { m_etot = ed; }

◆ SetPos()

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

Definition at line 50 of file LArTBLeakHit.h.

50 { m_pos = p; }

Member Data Documentation

◆ m_dir

int LArTBLeakHit::m_dir
private

Definition at line 65 of file LArTBLeakHit.h.

◆ m_ekin

double LArTBLeakHit::m_ekin
private

Definition at line 58 of file LArTBLeakHit.h.

◆ m_etot

double LArTBLeakHit::m_etot
private

Definition at line 59 of file LArTBLeakHit.h.

◆ m_pcode

int LArTBLeakHit::m_pcode
private

Definition at line 60 of file LArTBLeakHit.h.

◆ m_pos

CLHEP::Hep3Vector LArTBLeakHit::m_pos
private

Definition at line 64 of file LArTBLeakHit.h.


The documentation for this class was generated from the following file:
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
hist_file_dump.d
d
Definition: hist_file_dump.py:137
LArTBLeakHit::m_ekin
double m_ekin
Definition: LArTBLeakHit.h:58
LArTBLeakHit::m_pcode
int m_pcode
Definition: LArTBLeakHit.h:60
LArTBLeakHit::m_dir
int m_dir
Definition: LArTBLeakHit.h:65
LArTBLeakHit::m_etot
double m_etot
Definition: LArTBLeakHit.h:59
LArTBLeakHit::m_pos
CLHEP::Hep3Vector m_pos
Definition: LArTBLeakHit.h:64