12#include <simulation/dataobjects/SimHitBase.h>
38 PlumeHit(
int a_sensorID,
int a_nofPixels,
float a_posmm_u,
float a_posmm_v,
39 float a_posmm_x,
float a_posmm_y,
float a_posmm_z)
ClassPlumeHit - digitization simulated hit for the Microtpc detector.
float getpos_z() const
impact position in G4 z frame, in mm
float m_posmm_z
impact position in G4 z frame, in mm
float m_posmm_u
impact position in sensor u frame, in mm
int getsensorID() const
sensor ID
float getpos_v() const
impact position in sensor v frame, in mm
float m_posmm_y
impact position in G4 y frame, in mm
int getnofPixels() const
cluster size
float m_posmm_v
impact position in sensor v frame, in mm
int m_nofPixels
cluster size
float getpos_y() const
impact position in G4 y frame, in mm
float m_posmm_x
impact position in G4 x frame, in mm
PlumeHit()
default constructor for ROOT
PlumeHit(int a_sensorID, int a_nofPixels, float a_posmm_u, float a_posmm_v, float a_posmm_x, float a_posmm_y, float a_posmm_z)
Standard constructor.
float getpos_x() const
impact position in G4 x frame, in mm
float getpos_u() const
impact position in sensor u frame, in mm
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.