10#include "BmnDetectorList.h"
28 : FairHit(
kNDET, posHit, posHitErr, pointIndx)
40 , fAddress(other.fAddress)
41 , fSignal(other.fSignal)
46 : FairHit(
std::move(other))
48 , fAddress(other.fAddress)
49 , fSignal(other.fSignal)
59 FairHit::operator=(other);
60 fAddress = other.fAddress;
61 fSignal = other.fSignal;
70 FairHit::operator=(std::move(other));
71 fAddress = other.fAddress;
72 fSignal = other.fSignal;
84 printf(
" Signal: %.2f\n", fSignal);
85 printf(
" Time: %.2f\n",
GetTime());
101 SetPositionError(zero);
interface to use the address methods
static std::string GetInfoString(uint32_t address)
Return a formatted string with all address components.
uint32_t GetAddress() const
void SetSignal(double signal)
virtual void Print(Option_t *option="") const override
BmnNdetCell & operator=(const BmnNdetCell &)
virtual const char * GetClassName() const