12#include <simulation/dataobjects/SimHitBase.h>
42 ClawHit(
int detNb,
int time,
float edep,
float mip,
float pe):
ClassClawHit - digitization simulated hit for the Claw detector.
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)
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.