14 #ifndef BSEMCWAVEFORMDATA_HH 15 #define BSEMCWAVEFORMDATA_HH 22 #include "RtypesCore.h" 27 #include "FairTimeStamp.h" 35 class TMemberInspector;
45 t_out <<
"waveform links to " << t_wfData.
fDepMap.size() <<
" BSEmcMCDeps:" << std::endl;
48 for (
auto &it : t_wfData.
fDepMap) {
49 t_out <<
"\t#" << count++ <<
"\t time: " << it.first <<
"\t energy: " << it.second << std::endl;
65 virtual Bool_t
equal(FairTimeStamp *t_data) ;
67 virtual void AddDeposit(
const FairLink &t_linkToDeposit, Double_t t_absEventTime, Double_t t_energy);