Belle II Software  release-08-01-10
ARICHThParam Class Reference

ARICHThParam class for storing photon hit information. More...

#include <ARICHThParam.h>

Inheritance diagram for ARICHThParam:
Collaboration diagram for ARICHThParam:

Public Member Functions

 ARICHThParam ()
 Default constructor for ROOT IO. More...
 
 ARICHThParam (int index, double dth, double th0, int nth)
 
void set (int index, double dth, double th0, int nth)
 
 ~ARICHThParam ()
 Destructor. More...
 
int getIndex () const
 
double getDth () const
 
double getTh0 () const
 
double getVth () const
 
int getNth () const
 
int getVal () const
 

Private Member Functions

 ClassDef (ARICHThParam, 1)
 the class title
 

Private Attributes

int m_index
 
double m_dth
 
double m_th0
 
int m_nth
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ARICHThParam()

ARICHThParam ( )
inline

Default constructor for ROOT IO.

does nothing

Definition at line 31 of file ARICHThParam.h.

31  : m_index(-1), m_dth(-1), m_th0(0), m_nth(0)
32  {
34  }

◆ ~ARICHThParam()

~ARICHThParam ( )
inline

Destructor.

Does nothing

Definition at line 53 of file ARICHThParam.h.


The documentation for this class was generated from the following files: