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