16#include <TClonesArray.h>
73 TClonesArray*
GetCells()
const {
return fCells; }
Class for Bmn Ndet data container in event.
Long64_t GetTotalCells() const
Get the total number of cells fired in event.
BmnNdetEvent(const BmnNdetEvent &)
TClonesArray * GetCells() const
Interface to the cells set.
TClonesArray * GetModifiableCells()
Modifiable interface to the cells set.
BmnNdetEvent()
Default constructor.
virtual const char * GetClassName()
Class name.
BmnNdetEvent(BmnNdetEvent &&) noexcept
BmnNdetCell * GetCell(uint32_t address)
Get a cell based on its address.
void reset()
Zero all fields.
BmnNdetCell * GetCell(uint32_t ArmId, uint32_t RowId, uint32_t ColumnId, uint32_t LayerId)
Get a cell based on its arm, row, column, and layer indices.
void AddCell(BmnNdetCell *cell)
Add a cell to the event.
void ResetCells()
Reset time and energy for all cells.