Go to the documentation of this file.
13 #include <RtypesCore.h>
19 #include <boost/serialization/access.hpp>
20 #include <boost/serialization/base_object.hpp>
22 #ifndef DATA_RICH_CBMRICHDIGI_H_
23 #define DATA_RICH_CBMRICHDIGI_H_
29 CbmRichDigi(Int_t addr, Double_t time, Double_t tot);
80 std::string
ToString()
const {
return std::string {
""}; }
100 template<
class Archive>
static const char * GetClassName()
Class name (static)
Double_t fToT
Time-over-threshold, pulse width.
Double_t fTime
Leading (rising) edge time.
Int_t fAddress
Unique pixel address.
ClassDefNV(CbmRichDigi, 3)
friend class boost::serialization::access
BOOST serialization interface.
static ECbmModuleId GetSystem()
System identifier.
void serialize(Archive &ar, const unsigned int)
@ kRich
Ring-Imaging Cherenkov Detector.
void SetTime(Double_t time)
Double_t GetCharge() const
Charge.
std::string ToString() const
void SetAddress(Int_t address)