12#include <simulation/dataobjects/SimHitBase.h>
42 ClawHit(
int detNb,
int time,
float edep,
float mip,
float pe):
42 ClawHit(
int detNb,
int time,
float edep,
float mip,
float pe): {
…}
float getMIP() const
Return MIP.
float getedep() const
Return the energy deposited.
int getdetNb() const
Return the PIN diode number.
int m_detNb
Detector Number.
int gettime() const
Return the time.
float m_edep
Energy deposited.
float getPE() const
Return PE.
ClawHit()
default constructor for ROOT
ClawHit(int detNb, int time, float edep, float mip, float pe)
Standard constructor.
ClassDef(RelationsInterface, 0)
Abstract base class for different kinds of events.