#include <PndMapSorterTpl.h>
template<typename TData>
class PndMapSorterTpl< TData >
Definition at line 30 of file PndMapSorterTpl.h.
◆ PndMapSorterTpl()
template<typename TData >
Definition at line 32 of file PndMapSorterTpl.h.
32 : fOutputData(), fVerbose(0), fTimeOffset(timeOffset), fOldTS(0) {}
◆ ~PndMapSorterTpl()
template<typename TData >
◆ AddElement()
template<typename TData >
virtual void PndMapSorterTpl< TData >::AddElement |
( |
TData |
digi, |
|
|
double |
timestamp |
|
) |
| |
|
virtual |
◆ DeleteOutputData()
template<typename TData >
◆ GetOutputData()
template<typename TData >
◆ print()
template<typename TData >
virtual void PndMapSorterTpl< TData >::print |
( |
std::ostream & |
out = std::cout | ) |
|
|
inlinevirtual |
◆ PrintMap()
template<typename TData >
virtual void PndMapSorterTpl< TData >::PrintMap |
( |
std::ostream & |
out = std::cout | ) |
|
|
inlinevirtual |
Definition at line 47 of file PndMapSorterTpl.h.
References i.
50 out <<
"PndMapSorter Print Map: " << std::endl;
51 for (
auto itr : fMapBuffer) {
52 out << i++ <<
" : " << itr.first << std::endl;
◆ WriteOutAll()
template<typename TData >
◆ WriteOutData()
template<typename TData >
The documentation for this class was generated from the following file: