12#include <simulation/dataobjects/SimHitBase.h>
42 PindiodeHit(
float edep,
float V,
float time,
int detNb,
int pdg):
float getV() const
Return the amplitude.
float getedep() const
Return the energy deposited.
PindiodeHit(float edep, float V, float time, int detNb, int pdg)
Standard constructor.
float gettime() const
Return the time.
int getdetNb() const
Return the PIN diode number.
int m_detNb
Detector Number.
PindiodeHit()
default constructor for ROOT
int getPDG() const
Return the PDG of particles.
float m_edep
Energy deposited.
ClassDef(RelationsInterface, 0)
Abstract base class for different kinds of events.