Belle II Software development
|
ARICHThParam class for storing photon hit information. More...
#include <ARICHThParam.h>
Public Member Functions | |
ARICHThParam () | |
Default constructor for ROOT IO. | |
ARICHThParam (int index, double dth, double th0, int nth) | |
Constructor. | |
void | set (int index, double dth, double th0, int nth) |
Set ARICH hit information. | |
~ARICHThParam () | |
Destructor. | |
int | getIndex () const |
Get index. | |
double | getDth () const |
Get Dth. | |
double | getTh0 () const |
Get Th0. | |
double | getVth () const |
Get Vth. | |
int | getNth () const |
Get Nth. | |
int | getVal () const |
Get value. | |
Private Member Functions | |
ClassDef (ARICHThParam, 1) | |
the class title | |
Private Attributes | |
int | m_index |
index | |
double | m_dth |
dth | |
double | m_th0 |
th0 | |
int | m_nth |
nth | |
ARICHThParam class for storing photon hit information.
This class holds the ARICH hit information after digitization (obtained from ARICHSimHit after ARICHThParamizer module). Contains only module number, channel number and hit bitmap (4 bits).
Definition at line 26 of file ARICHThParam.h.
|
inline |
Default constructor for ROOT IO.
does nothing
Definition at line 31 of file ARICHThParam.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int getVal | ( | ) | const |
Get value.
Definition at line 20 of file ARICHThParam.cc.
double getVth | ( | ) | const |
|
inline |
|
private |
dth
Definition at line 95 of file ARICHThParam.h.
|
private |
index
Definition at line 94 of file ARICHThParam.h.
|
private |
nth
Definition at line 97 of file ARICHThParam.h.
|
private |
th0
Definition at line 96 of file ARICHThParam.h.