9#ifndef MICROTPCDATAHIT_H
10#define MICROTPCDATAHIT_H
12#include <simulation/dataobjects/SimHitBase.h>
ClassMicrotpcDataHit - digitization simulated datahit for the Microtpc detector.
int getBCID() const
Return BCID vector.
int getrow() const
Return row vector.
int getTOT() const
Return TOT vector.
int getdetNb() const
Return the TPC number.
int m_detNb
Detector Number.
int getcolumn() const
Set energy deposition profile To avoid copying of the entries this will take over the contents of the...
MicrotpcDataHit()
default constructor for ROOT
MicrotpcDataHit(int column, int row, int BCID, int TOT, int detNb)
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.