13#ifndef BMNSCWALLCELL_H
14#define BMNSCWALLCELL_H
17#include <TClonesArray.h>
31 BmnScWallCell(
int CellId,
float CellSignal, TVector3 posHit, TVector3 posHitErr,
int pointIndx);
69 void SetSignal(
float Signal) { fCellSignal = Signal; }
72 virtual void Print(Option_t* option =
"")
const;
Class for Bmn ScWall module data container in event.
virtual const char * GetClassName()
Class name.
BmnScWallCell()
Default constructor.
void SetSignal(float Signal)
BmnScWallCell(BmnScWallCell &&) noexcept
int GetCellId() const
Cell id.
float GetSignal() const
Deposited Signal.
void SetCellId(int CellId)
Position.
BmnScWallCell(int CellId, float CellSignal, TVector3 posHit, TVector3 posHitErr, int pointIndx)
Constructor to use.
BmnScWallCell(const BmnScWallCell &)
virtual void Print(Option_t *option="") const