11#ifndef BMNSCWALLEVENT_H
12#define BMNSCWALLEVENT_H
16#include <TClonesArray.h>
54 void reset() { fCellsArr.fill({}); }
58 for (
auto& it : fCellsArr) {
66 virtual void Print(Option_t* option =
"")
const {};
71 std::array<BmnScWallCell, fgkMaxCells> fCellsArr;
Class for Bmn ScWall module data container in event.
Class for Bmn ScWall data container in event.
void SetCell(uint8_t cell_id, BmnScWallCell Cell)
Set CellsArrtor.
virtual void Print(Option_t *option="") const
BmnScWallCell * GetCell(uint8_t cell_id)
Cell info.
BmnScWallEvent()
Default constructor.
static const int fgkMaxCells
void reset()
Zero all fields.
virtual const char * GetClassName()
Class name.