2 #ifndef BSEMCWAVEFORMDATA_HH 3 #define BSEMCWAVEFORMDATA_HH 10 #include "RtypesCore.h" 15 #include "FairTimeStamp.h" 23 class TMemberInspector;
33 t_out <<
"waveform links to " << t_wfData.
fHitMap.size() <<
" BSEmcHits:" << std::endl;
36 for (
auto &it : t_wfData.
fHitMap) {
37 t_out <<
"\t#" << count++ <<
"\t time: " << it.first <<
"\t energy: " << it.second << std::endl;
53 virtual Bool_t
equal(FairTimeStamp *t_data) ;
55 virtual void AddHit(
const FairLink &t_linkToHit, Double_t t_absEventTime, Double_t t_energy);
62 void GetHitParameter(Int_t t_hitNo, Double_t &t_time, Double_t &t_energy);