12#include <simulation/dataobjects/SimHitBase.h>
57 MicrotpcHit(
int column,
int row,
int BCID,
int TOT,
int detNb,
int pdg,
int trkID):
ClassMicrotpcHit - digitization simulated hit for the Microtpc detector.
int getBCID() const
Return the BCID.
int getrow() const
Return the row.
MicrotpcHit(int column, int row, int BCID, int TOT, int detNb, int pdg, int trkID)
Standard constructor.
int getTOT() const
Return the TOT.
int getdetNb() const
Return the TPC number.
int m_detNb
Detector Number.
int getPDG() const
Return the PDG of particles.
int getcolumn() const
Return the column.
MicrotpcHit()
default constructor for ROOT
int gettrkID() const
Return the track ID.
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.