19#ifndef CBMPSDMCBMHIT_H
20#define CBMPSDMCBMHIT_H
40 CbmPsdMCbmHit(uint32_t moduleId, uint32_t sectionId,
double energy,
double time);
47 virtual std::string
ToString()
const;
data class for hit information in PSD
double GetSectionID() const
Index of PSD section @value section index [].
void SetTime(double time)
double fdTime
Energy deposition.
double fdEdep
Section index.
uint32_t fuSectionId
Module index.
virtual std::string ToString() const
void SetSectionID(uint32_t sec)
void SetModuleID(uint32_t mod)
int32_t GetTime() const
Time of the signal @value Time [ns].
int32_t GetModuleID() const
Index of PSD module @value module index [].
void SetEdep(double edep)
double GetEdep() const
Energy deposited in PSD section @value Energy [a.u.].