10#define QCSMONITORHIT_H
12#include <simulation/dataobjects/SimHitBase.h>
ClassQcsmonitorHit - digitization simulated hit for the Qcsmonitor detector.
float getMIP() const
Return MIP.
QcsmonitorHit(int detNb, int time, float edep, float mip, float pe)
Standard constructor.
float getedep() const
Return the energy deposited.
QcsmonitorHit()
default constructor for ROOT
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.
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.