12#include <simulation/dataobjects/SimHitBase.h>
42 PindiodeHit(
float edep,
float V,
float time,
int detNb,
int pdg):
ClassPindiodeHit - digitization simulated hit for the Pindiode detector.
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)
defines interface for accessing relations of objects in StoreArray.
Class SimHitBase - A common base for subdetector SimHits.
Abstract base class for different kinds of events.