12#include <simulation/dataobjects/SimHitBase.h>
42 ClawsHit(
int detNb,
int time,
float edep,
float mip,
float pe):
ClassClawsHit - digitization simulated hit for the Claws detector.
float getMIP() const
Return MIP.
ClawsHit(int detNb, int time, float edep, float mip, float pe)
Standard constructor.
float getedep() const
Return the energy deposited.
int getdetNb() const
Return the PIN diode number.
int m_detNb
Detector Number.
ClawsHit()
default constructor for ROOT
int gettime() const
Return the time.
float m_edep
Energy deposited.
float getPE() const
Return PE.
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.