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

ClassPh1sustrSimHit - Geant4 simulated hit for the Ph1sustr detector. More...

#include <Ph1sustrSimHit.h>

Inheritance diagram for Ph1sustrSimHit:
Collaboration diagram for Ph1sustrSimHit:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Ph1sustrSimHit()

Ph1sustrSimHit ( float  energyDep,
int  detID 
)
inline

Standard constructor.

Parameters
energyDepDeposited energy in electrons
detIDdetector id

Definition at line 38 of file Ph1sustrSimHit.h.

38  :
39  m_energyDep(energyDep), m_detID(detID) {}
float m_energyDep
Deposited energy in electrons.
int m_detID
TPC number.

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