Belle II Software
release-08-01-10
|
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. More... | |
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 |
Standard constructor.
energyDep | Deposited energy in electrons |
detID | detector id |
Definition at line 38 of file Ph1sustrSimHit.h.