Belle II Software development
|
ClassPh1sustrSimHit - Geant4 simulated hit for the Ph1sustr detector. More...
#include <Ph1sustrSimHit.h>
Public Member Functions | |
Ph1sustrSimHit () | |
default constructor for ROOT | |
Ph1sustrSimHit (float energyDep, int detID) | |
Standard constructor. | |
float | getEnergyDep () const |
Return the energy deposition in electrons. | |
int | getdetID () const |
Return the TPC number. | |
Private Attributes | |
float | m_energyDep |
Deposited energy in electrons. | |
int | m_detID |
TPC number. | |
ClassPh1sustrSimHit - Geant4 simulated hit for the Ph1sustr detector.
This class holds particle hit data from geant4 simulation. As the simulated hit classes are used to generate detector response, they contain local information.
Definition at line 28 of file Ph1sustrSimHit.h.
|
inline |
default constructor for ROOT
Definition at line 31 of file Ph1sustrSimHit.h.
|
inline |
Standard constructor.
energyDep | Deposited energy in electrons |
detID | detector id |
Definition at line 38 of file Ph1sustrSimHit.h.
|
inline |
|
inline |
|
private |
TPC number.
Definition at line 51 of file Ph1sustrSimHit.h.
|
private |
Deposited energy in electrons.
Definition at line 49 of file Ph1sustrSimHit.h.