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

ClassPh1bpipeSimHit - Geant4 simulated hit for the Ph1bpipe detector. More...

#include <Ph1bpipeSimHit.h>

Inheritance diagram for Ph1bpipeSimHit:
Collaboration diagram for Ph1bpipeSimHit:

Public Member Functions

 Ph1bpipeSimHit ()
 default constructor for ROOT
 
 Ph1bpipeSimHit (float energyDep, int detNb)
 Standard constructor. More...
 
float getEnergyDep () const
 Return the energy deposition in electrons.
 
int getdetNb () const
 Return the TPC number.
 

Private Attributes

float m_energyDep
 Deposited energy in electrons.
 
int m_detNb
 pipe number
 

Detailed Description

ClassPh1bpipeSimHit - Geant4 simulated hit for the Ph1bpipe 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 Ph1bpipeSimHit.h.

Constructor & Destructor Documentation

◆ Ph1bpipeSimHit()

Ph1bpipeSimHit ( float  energyDep,
int  detNb 
)
inline

Standard constructor.

Parameters
energyDepDeposited energy in electrons
detNbdetector number

Definition at line 38 of file Ph1bpipeSimHit.h.

38  :
39  m_energyDep(energyDep), m_detNb(detNb) {}
float m_energyDep
Deposited energy in electrons.
int m_detNb
pipe number

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