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.
fDepMap.size() <<
" BSEmcMCDeps:" << std::endl;
36 for (
auto &it : t_wfData.
fDepMap) {
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 AddDeposit(
const FairLink &t_linkToDeposit, Double_t t_absEventTime, Double_t t_energy);